Created
February 24, 2013 14:15
-
-
Save takai/5024001 to your computer and use it in GitHub Desktop.
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 | |
$ ./configure --prefix=/Users/takai/.rbenv/versions/2.0.0-p0 --with-openssl-dir=/Users/takai/.rbenv/versions/2.0.0-p0/openssl | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = plata.local | |
uname -m = x86_64 | |
uname -r = 11.4.2 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 103 tasks, 543 threads, 4 processors | |
Load average: 3.52, Mach factor: 1.41 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /Users/takai/.rbenv/libexec | |
PATH: /Users/takai/.rbenv/plugins/ruby-build/bin | |
PATH: /Users/takai/.rbenv/shims | |
PATH: /Users/takai/.rbenv/bin | |
PATH: /usr/local/bin | |
PATH: /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/bin | |
PATH: /usr/bin | |
PATH: /bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2875: checking build system type | |
configure:2889: result: x86_64-apple-darwin11.4.2 | |
configure:2967: checking host system type | |
configure:2980: result: x86_64-apple-darwin11.4.2 | |
configure:3000: checking target system type | |
configure:3013: result: x86_64-apple-darwin11.4.2 | |
configure:3701: checking for C compiler version | |
configure:3710: cc --version >&5 | |
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) | |
Copyright (C) 2007 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:3721: $? = 0 | |
configure:3710: cc -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin11 | |
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) | |
configure:3721: $? = 0 | |
configure:3710: cc -V >&5 | |
llvm-gcc-4.2: argument to `-V' is missing | |
configure:3721: $? = 1 | |
configure:3710: cc -qversion >&5 | |
i686-apple-darwin11-llvm-gcc-4.2: no input files | |
configure:3721: $? = 1 | |
configure:3741: checking whether the C compiler works | |
configure:3763: cc -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:3767: $? = 0 | |
configure:3815: result: yes | |
configure:3818: checking for C compiler default output file name | |
configure:3820: result: a.out | |
configure:3826: checking for suffix of executables | |
configure:3833: cc -o conftest -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:3837: $? = 0 | |
configure:3859: result: | |
configure:3881: checking whether we are cross compiling | |
configure:3889: cc -o conftest -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:3893: $? = 0 | |
configure:3900: ./conftest | |
configure:3904: $? = 0 | |
configure:3919: result: no | |
configure:3924: checking for suffix of object files | |
configure:3946: cc -c -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:3950: $? = 0 | |
configure:3971: result: o | |
configure:3975: checking whether we are using the GNU C compiler | |
configure:3994: cc -c -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:3994: $? = 0 | |
configure:4003: result: yes | |
configure:4012: checking whether cc accepts -g | |
configure:4032: cc -c -g -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:4032: $? = 0 | |
configure:4073: result: yes | |
configure:4090: checking for cc option to accept ISO C89 | |
configure:4153: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:4153: $? = 0 | |
configure:4166: result: none needed | |
configure:4298: checking for C++ compiler version | |
configure:4307: c++ --version >&5 | |
i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) | |
Copyright (C) 2007 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:4318: $? = 0 | |
configure:4307: c++ -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin11 | |
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) | |
configure:4318: $? = 0 | |
configure:4307: c++ -V >&5 | |
llvm-g++-4.2: argument to `-V' is missing | |
configure:4318: $? = 1 | |
configure:4307: c++ -qversion >&5 | |
i686-apple-darwin11-llvm-g++-4.2: no input files | |
configure:4318: $? = 1 | |
configure:4322: checking whether we are using the GNU C++ compiler | |
configure:4341: c++ -c -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.cpp >&5 | |
configure:4341: $? = 0 | |
configure:4350: result: yes | |
configure:4359: checking whether c++ accepts -g | |
configure:4379: c++ -c -g -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.cpp >&5 | |
configure:4379: $? = 0 | |
configure:4420: result: yes | |
configure:4449: checking how to run the C preprocessor | |
configure:4480: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c | |
configure:4480: $? = 0 | |
configure:4494: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c | |
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory | |
configure:4494: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4519: result: cc -E | |
configure:4539: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c | |
configure:4539: $? = 0 | |
configure:4553: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c | |
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory | |
configure:4553: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4633: checking for grep that handles long lines and -e | |
configure:4691: result: /usr/bin/grep | |
configure:4696: checking for egrep | |
configure:4758: result: /usr/bin/grep -E | |
configure:4764: checking whether cc needs -traditional | |
conftest.c:12:20: error: termio.h: No such file or directory | |
configure:4798: result: no | |
configure:4952: checking for ld | |
configure:4968: found /usr/bin/ld | |
configure:4979: result: ld | |
configure:5020: checking whether the linker is GNU ld | |
configure:5032: result: no | |
configure:5036: checking whether cc -E accepts -o | |
configure:5048: cc -E -o conftest-1.i conftest.c | |
configure:5048: $? = 0 | |
configure:5055: result: yes | |
configure:5162: checking for real target cpu | |
configure:5181: result: x86_64 | |
configure:5262: checking for ranlib | |
configure:5278: found /usr/bin/ranlib | |
configure:5289: result: ranlib | |
configure:5354: checking for ar | |
configure:5370: found /usr/bin/ar | |
configure:5381: result: ar | |
configure:5492: checking for as | |
configure:5508: found /usr/bin/as | |
configure:5519: result: as | |
configure:5601: checking for objdump | |
configure:5631: result: no | |
configure:5601: checking for gobjdump | |
configure:5631: result: no | |
configure:5701: checking for objcopy | |
configure:5731: result: no | |
configure:5701: checking for gobjcopy | |
configure:5731: result: no | |
configure:6145: checking for nm | |
configure:6161: found /usr/bin/nm | |
configure:6172: result: nm | |
configure:6195: checking whether ln -s works | |
configure:6199: result: yes | |
configure:6206: checking whether make sets $(MAKE) | |
configure:6228: result: yes | |
configure:6251: checking for a BSD-compatible install | |
configure:6319: result: /usr/bin/install -c | |
configure:6330: checking for a thread-safe mkdir -p | |
configure:6369: result: -d | |
configure:6389: checking for dtrace | |
configure:6419: result: no | |
configure:6468: checking for dot | |
configure:6498: result: no | |
configure:6510: checking for doxygen | |
configure:6540: result: no | |
configure:6596: checking for pkg-config | |
configure:6617: found /usr/local/bin/pkg-config | |
configure:6640: result: pkg-config | |
configure:6650: checking for ANSI C header files | |
configure:6670: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6670: $? = 0 | |
configure:6743: cc -o conftest -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:6743: $? = 0 | |
configure:6743: ./conftest | |
configure:6743: $? = 0 | |
configure:6754: result: yes | |
configure:6767: checking for sys/types.h | |
configure:6767: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6767: $? = 0 | |
configure:6767: result: yes | |
configure:6767: checking for sys/stat.h | |
configure:6767: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6767: $? = 0 | |
configure:6767: result: yes | |
configure:6767: checking for stdlib.h | |
configure:6767: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6767: $? = 0 | |
configure:6767: result: yes | |
configure:6767: checking for string.h | |
configure:6767: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6767: $? = 0 | |
configure:6767: result: yes | |
configure:6767: checking for memory.h | |
configure:6767: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6767: $? = 0 | |
configure:6767: result: yes | |
configure:6767: checking for strings.h | |
configure:6767: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6767: $? = 0 | |
configure:6767: result: yes | |
configure:6767: checking for inttypes.h | |
configure:6767: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6767: $? = 0 | |
configure:6767: result: yes | |
configure:6767: checking for stdint.h | |
configure:6767: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6767: $? = 0 | |
configure:6767: result: yes | |
configure:6767: checking for unistd.h | |
configure:6767: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6767: $? = 0 | |
configure:6767: result: yes | |
configure:6780: checking minix/config.h usability | |
configure:6780: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:55:26: error: minix/config.h: No such file or directory | |
configure:6780: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #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:6780: result: no | |
configure:6780: checking minix/config.h presence | |
configure:6780: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c | |
conftest.c:22:26: error: minix/config.h: No such file or directory | |
configure:6780: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #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:6780: result: no | |
configure:6780: checking for minix/config.h | |
configure:6780: result: no | |
configure:6801: checking whether it is safe to define __EXTENSIONS__ | |
configure:6819: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6819: $? = 0 | |
configure:6826: result: yes | |
configure:6858: checking for cd using physical directory | |
configure:6873: result: cd -P | |
configure:6905: checking whether -Wno-unused-parameter is accepted as CFLAGS | |
configure:6928: cc -c -g -O2 -Wno-unused-parameter -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6928: $? = 0 | |
configure:6942: result: yes | |
configure:6905: checking whether -Wno-parentheses is accepted as CFLAGS | |
configure:6928: cc -c -g -O2 -Wno-parentheses -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6928: $? = 0 | |
configure:6942: result: yes | |
configure:6905: checking whether -Wno-long-long is accepted as CFLAGS | |
configure:6928: cc -c -g -O2 -Wno-long-long -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6928: $? = 0 | |
configure:6942: result: yes | |
configure:6905: checking whether -Wno-missing-field-initializers is accepted as CFLAGS | |
configure:6928: cc -c -g -O2 -Wno-missing-field-initializers -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6928: $? = 0 | |
configure:6942: result: yes | |
configure:6905: checking whether -Wunused-variable is accepted as CFLAGS | |
configure:6928: cc -c -g -O2 -Wunused-variable -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6928: $? = 0 | |
configure:6942: result: yes | |
configure:6905: checking whether -Werror=pointer-arith is accepted as CFLAGS | |
configure:6928: cc -c -g -O2 -Werror=pointer-arith -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6928: $? = 0 | |
configure:6942: result: yes | |
configure:6905: checking whether -Werror=write-strings is accepted as CFLAGS | |
configure:6928: cc -c -g -O2 -Werror=write-strings -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6928: $? = 0 | |
configure:6942: result: yes | |
configure:6905: checking whether -Werror=declaration-after-statement is accepted as CFLAGS | |
configure:6928: cc -c -g -O2 -Werror=declaration-after-statement -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6928: $? = 0 | |
configure:6942: result: yes | |
configure:6905: checking whether -Werror=shorten-64-to-32 is accepted as CFLAGS | |
configure:6928: cc -c -g -O2 -Werror=shorten-64-to-32 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6928: $? = 0 | |
configure:6942: result: yes | |
configure:6905: checking whether -Werror=implicit-function-declaration is accepted as CFLAGS | |
configure:6928: cc -c -g -O2 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:6928: $? = 0 | |
configure:6942: result: yes | |
configure:7030: checking whether -Wall -Wextra is accepted as CFLAGS | |
configure:7053: cc -c -g -O2 -Wall -Wextra -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:7053: $? = 0 | |
configure:7055: result: yes | |
configure:7078: checking whether -ggdb3 is accepted as CFLAGS | |
configure:7101: cc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:7101: $? = 0 | |
configure:7103: result: yes | |
configure:7209: checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS | |
configure:7232: cc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -D_FORTIFY_SOURCE=2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:7232: $? = 0 | |
configure:7242: result: yes | |
configure:7269: checking whether -fstack-protector is accepted as CFLAGS | |
configure:7292: cc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fstack-protector -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:7292: $? = 0 | |
configure:7294: result: yes | |
configure:7315: checking whether -fstack-protector is accepted as LDFLAGS | |
configure:7337: cc -o conftest -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' -fstack-protector conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:7337: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #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:7343: result: no | |
configure:7481: checking whether -fno-strict-overflow is accepted as CFLAGS | |
configure:7504: cc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-strict-overflow -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:7504: $? = 0 | |
configure:7514: result: yes | |
configure:7558: cc -c -g -O2 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:7558: $? = 0 | |
configure:7566: checking whether -fvisibility=hidden is accepted as CFLAGS | |
configure:7589: cc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fvisibility=hidden -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:7589: $? = 0 | |
configure:7591: result: yes | |
configure:7730: checking whether -fno-fast-math is accepted as CFLAGS | |
configure:7753: cc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-fast-math -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:7753: $? = 0 | |
configure:7763: result: yes | |
configure:7795: checking for special C compiler options needed for large files | |
configure:7840: result: no | |
configure:7846: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:7871: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:7871: $? = 0 | |
configure:7903: result: no | |
configure:7999: checking whether byte ordering is bigendian | |
configure:8014: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:8014: $? = 0 | |
configure:8059: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:8059: $? = 0 | |
configure:8077: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:34: error: 'not' undeclared (first use in this function) | |
conftest.c:34: error: (Each undeclared identifier is reported only once | |
conftest.c:34: error: for each function it appears in.) | |
conftest.c:34: error: expected ';' before 'big' | |
configure:8077: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #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. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:8205: result: no | |
configure:8223: checking for an ANSI C-conforming const | |
configure:8289: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:8289: $? = 0 | |
configure:8296: result: yes | |
configure:8304: checking whether char is unsigned | |
configure:8323: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:8323: $? = 0 | |
configure:8330: result: no | |
configure:8337: checking for inline | |
configure:8353: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:8353: $? = 0 | |
configure:8361: result: inline | |
configure:8379: checking for working volatile | |
configure:8398: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:8398: $? = 0 | |
configure:8405: result: yes | |
configure:8421: checking for long long | |
configure:8421: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:8421: $? = 0 | |
configure:8421: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:63: error: expected expression before ')' token | |
configure:8421: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #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. */ | |
| #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 ((long long))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:8421: result: yes | |
configure:8430: checking for off_t | |
configure:8430: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:8430: $? = 0 | |
configure:8430: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:64: error: expected expression before ')' token | |
configure:8430: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 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 ((off_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:8430: result: yes | |
configure:8441: checking char bit | |
configure:8447: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:8447: $? = 0 | |
configure:8447: ./conftest | |
configure:8447: $? = 0 | |
configure:8456: result: 8 | |
configure:8579: checking size of int | |
configure:8584: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:8584: $? = 0 | |
configure:8584: ./conftest | |
configure:8584: $? = 0 | |
configure:8598: result: 4 | |
configure:8677: checking size of short | |
configure:8682: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:8682: $? = 0 | |
configure:8682: ./conftest | |
configure:8682: $? = 0 | |
configure:8696: result: 2 | |
configure:8851: checking size of long | |
configure:8856: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:8856: $? = 0 | |
configure:8856: ./conftest | |
configure:8856: $? = 0 | |
configure:8870: result: 8 | |
configure:8949: checking size of long long | |
configure:8954: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:8954: $? = 0 | |
configure:8954: ./conftest | |
configure:8954: $? = 0 | |
configure:8968: result: 8 | |
configure:9047: checking size of __int64 | |
configure:9052: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
conftest.c: In function 'longval': | |
conftest.c:66: error: '__int64' undeclared (first use in this function) | |
conftest.c:66: error: (Each undeclared identifier is reported only once | |
conftest.c:66: error: for each function it appears in.) | |
conftest.c: In function 'ulongval': | |
conftest.c:67: error: '__int64' undeclared (first use in this function) | |
conftest.c: In function 'main': | |
conftest.c:77: error: '__int64' undeclared (first use in this function) | |
configure:9052: $? = 1 | |
configure: program exited with status 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| /* 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 | |
| static long int longval () { return (long int) (sizeof (__int64)); } | |
| static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| | |
| FILE *f = fopen ("conftest.val", "w"); | |
| if (! f) | |
| return 1; | |
| if (((long int) (sizeof (__int64))) < 0) | |
| { | |
| long int i = longval (); | |
| if (i != ((long int) (sizeof (__int64)))) | |
| return 1; | |
| fprintf (f, "%ld", i); | |
| } | |
| else | |
| { | |
| unsigned long int i = ulongval (); | |
| if (i != ((long int) (sizeof (__int64)))) | |
| return 1; | |
| fprintf (f, "%lu", i); | |
| } | |
| /* Do not output a trailing newline, as this causes \r\n confusion | |
| on some platforms. */ | |
| return ferror (f) || fclose (f) != 0; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9066: result: 0 | |
configure:9145: checking size of off_t | |
configure:9150: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:9150: $? = 0 | |
configure:9150: ./conftest | |
configure:9150: $? = 0 | |
configure:9164: result: 8 | |
configure:9319: checking size of void* | |
configure:9324: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:9324: $? = 0 | |
configure:9324: ./conftest | |
configure:9324: $? = 0 | |
configure:9338: result: 8 | |
configure:9417: checking size of float | |
configure:9422: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:9422: $? = 0 | |
configure:9422: ./conftest | |
configure:9422: $? = 0 | |
configure:9436: result: 4 | |
configure:9515: checking size of double | |
configure:9520: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:9520: $? = 0 | |
configure:9520: ./conftest | |
configure:9520: $? = 0 | |
configure:9534: result: 8 | |
configure:9639: checking size of time_t | |
configure:9644: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:9644: $? = 0 | |
configure:9644: ./conftest | |
configure:9644: $? = 0 | |
configure:9659: result: 8 | |
configure:9676: checking for printf prefix for long long | |
configure:9712: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:9712: $? = 0 | |
configure:9725: result: ll | |
configure:9797: checking for pid_t | |
configure:9797: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:9797: $? = 0 | |
configure:9797: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:76: error: expected expression before ')' token | |
configure:9797: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((pid_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:9797: result: yes | |
configure:9804: checking for convertible type of pid_t | |
configure:9833: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:76: error: size of array 'test_array' is negative | |
configure:9833: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| /* 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 () | |
| { | |
| static int test_array [1 - 2 * !((pid_t)-1 > 0)]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9862: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:76: error: conflicting types for 'rbcv_conftest_var' | |
conftest.c:75: error: previous declaration of 'rbcv_conftest_var' was here | |
conftest.c:78: error: conflicting types for 'rbcv_conftest_func' | |
conftest.c:77: error: previous declaration of 'rbcv_conftest_func' was here | |
conftest.c: In function 'main': | |
conftest.c:83: error: size of array 'test_array' is negative | |
configure:9862: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| /* 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 | |
| typedef pid_t rbcv_conftest_target_type; | |
| typedef long long rbcv_conftest_replace_type; | |
| extern rbcv_conftest_target_type rbcv_conftest_var; | |
| extern rbcv_conftest_replace_type rbcv_conftest_var; | |
| extern rbcv_conftest_target_type rbcv_conftest_func(void); | |
| extern rbcv_conftest_replace_type rbcv_conftest_func(void); | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9862: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:76: error: conflicting types for 'rbcv_conftest_var' | |
conftest.c:75: error: previous declaration of 'rbcv_conftest_var' was here | |
conftest.c:78: error: conflicting types for 'rbcv_conftest_func' | |
conftest.c:77: error: previous declaration of 'rbcv_conftest_func' was here | |
conftest.c: In function 'main': | |
conftest.c:83: error: size of array 'test_array' is negative | |
configure:9862: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| /* 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 | |
| typedef pid_t rbcv_conftest_target_type; | |
| typedef long rbcv_conftest_replace_type; | |
| extern rbcv_conftest_target_type rbcv_conftest_var; | |
| extern rbcv_conftest_replace_type rbcv_conftest_var; | |
| extern rbcv_conftest_target_type rbcv_conftest_func(void); | |
| extern rbcv_conftest_replace_type rbcv_conftest_func(void); | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9862: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:9862: $? = 0 | |
configure:9881: result: INT | |
configure:9901: checking for uid_t | |
configure:9901: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:9901: $? = 0 | |
configure:9901: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:80: error: expected expression before ')' token | |
configure:9901: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| /* 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 ((uid_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:9901: result: yes | |
configure:9908: checking for convertible type of uid_t | |
configure:9937: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:9937: $? = 0 | |
configure:9966: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:80: error: conflicting types for 'rbcv_conftest_var' | |
conftest.c:79: error: previous declaration of 'rbcv_conftest_var' was here | |
conftest.c:82: error: conflicting types for 'rbcv_conftest_func' | |
conftest.c:81: error: previous declaration of 'rbcv_conftest_func' was here | |
conftest.c: In function 'main': | |
conftest.c:87: error: size of array 'test_array' is negative | |
configure:9966: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| /* 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 | |
| typedef uid_t rbcv_conftest_target_type; | |
| typedef unsigned long long rbcv_conftest_replace_type; | |
| extern rbcv_conftest_target_type rbcv_conftest_var; | |
| extern rbcv_conftest_replace_type rbcv_conftest_var; | |
| extern rbcv_conftest_target_type rbcv_conftest_func(void); | |
| extern rbcv_conftest_replace_type rbcv_conftest_func(void); | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9966: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:80: error: conflicting types for 'rbcv_conftest_var' | |
conftest.c:79: error: previous declaration of 'rbcv_conftest_var' was here | |
conftest.c:82: error: conflicting types for 'rbcv_conftest_func' | |
conftest.c:81: error: previous declaration of 'rbcv_conftest_func' was here | |
conftest.c: In function 'main': | |
conftest.c:87: error: size of array 'test_array' is negative | |
configure:9966: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| /* 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 | |
| typedef uid_t rbcv_conftest_target_type; | |
| typedef unsigned long rbcv_conftest_replace_type; | |
| extern rbcv_conftest_target_type rbcv_conftest_var; | |
| extern rbcv_conftest_replace_type rbcv_conftest_var; | |
| extern rbcv_conftest_target_type rbcv_conftest_func(void); | |
| extern rbcv_conftest_replace_type rbcv_conftest_func(void); | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9966: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:9966: $? = 0 | |
configure:9985: result: UINT | |
configure:10005: checking for gid_t | |
configure:10005: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10005: $? = 0 | |
configure:10005: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:84: error: expected expression before ')' token | |
configure:10005: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| /* 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 ((gid_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10005: result: yes | |
configure:10012: checking for convertible type of gid_t | |
configure:10041: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10041: $? = 0 | |
configure:10070: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:84: error: conflicting types for 'rbcv_conftest_var' | |
conftest.c:83: error: previous declaration of 'rbcv_conftest_var' was here | |
conftest.c:86: error: conflicting types for 'rbcv_conftest_func' | |
conftest.c:85: error: previous declaration of 'rbcv_conftest_func' was here | |
conftest.c: In function 'main': | |
conftest.c:91: error: size of array 'test_array' is negative | |
configure:10070: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| /* 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 | |
| typedef gid_t rbcv_conftest_target_type; | |
| typedef unsigned long long rbcv_conftest_replace_type; | |
| extern rbcv_conftest_target_type rbcv_conftest_var; | |
| extern rbcv_conftest_replace_type rbcv_conftest_var; | |
| extern rbcv_conftest_target_type rbcv_conftest_func(void); | |
| extern rbcv_conftest_replace_type rbcv_conftest_func(void); | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10070: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:84: error: conflicting types for 'rbcv_conftest_var' | |
conftest.c:83: error: previous declaration of 'rbcv_conftest_var' was here | |
conftest.c:86: error: conflicting types for 'rbcv_conftest_func' | |
conftest.c:85: error: previous declaration of 'rbcv_conftest_func' was here | |
conftest.c: In function 'main': | |
conftest.c:91: error: size of array 'test_array' is negative | |
configure:10070: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| /* 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 | |
| typedef gid_t rbcv_conftest_target_type; | |
| typedef unsigned long rbcv_conftest_replace_type; | |
| extern rbcv_conftest_target_type rbcv_conftest_var; | |
| extern rbcv_conftest_replace_type rbcv_conftest_var; | |
| extern rbcv_conftest_target_type rbcv_conftest_func(void); | |
| extern rbcv_conftest_replace_type rbcv_conftest_func(void); | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10070: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10070: $? = 0 | |
configure:10089: result: UINT | |
configure:10109: checking for time_t | |
configure:10109: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10109: $? = 0 | |
configure:10109: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:57: error: expected expression before ')' token | |
configure:10109: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| /* end confdefs.h. */ | |
| #include <time.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((time_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10109: result: yes | |
configure:10117: checking for convertible type of time_t | |
configure:10147: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:57: error: size of array 'test_array' is negative | |
configure:10147: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| /* end confdefs.h. */ | |
| #include <time.h> | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((time_t)-1 > 0)]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10177: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:57: error: conflicting types for 'rbcv_conftest_var' | |
conftest.c:56: error: previous declaration of 'rbcv_conftest_var' was here | |
conftest.c:59: error: conflicting types for 'rbcv_conftest_func' | |
conftest.c:58: error: previous declaration of 'rbcv_conftest_func' was here | |
configure:10177: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| /* end confdefs.h. */ | |
| #include <time.h> | |
| | |
| typedef time_t rbcv_conftest_target_type; | |
| typedef long long rbcv_conftest_replace_type; | |
| extern rbcv_conftest_target_type rbcv_conftest_var; | |
| extern rbcv_conftest_replace_type rbcv_conftest_var; | |
| extern rbcv_conftest_target_type rbcv_conftest_func(void); | |
| extern rbcv_conftest_replace_type rbcv_conftest_func(void); | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10177: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10177: $? = 0 | |
configure:10196: result: LONG | |
configure:10216: checking for dev_t | |
configure:10216: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10216: $? = 0 | |
configure:10216: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:92: error: expected expression before ')' token | |
configure:10216: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| /* 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 ((dev_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10216: result: yes | |
configure:10223: checking for convertible type of dev_t | |
configure:10252: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:92: error: size of array 'test_array' is negative | |
configure:10252: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| /* 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 () | |
| { | |
| static int test_array [1 - 2 * !((dev_t)-1 > 0)]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:92: error: conflicting types for 'rbcv_conftest_var' | |
conftest.c:91: error: previous declaration of 'rbcv_conftest_var' was here | |
conftest.c:94: error: conflicting types for 'rbcv_conftest_func' | |
conftest.c:93: error: previous declaration of 'rbcv_conftest_func' was here | |
conftest.c: In function 'main': | |
conftest.c:99: error: size of array 'test_array' is negative | |
configure:10281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| /* 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 | |
| typedef dev_t rbcv_conftest_target_type; | |
| typedef long long rbcv_conftest_replace_type; | |
| extern rbcv_conftest_target_type rbcv_conftest_var; | |
| extern rbcv_conftest_replace_type rbcv_conftest_var; | |
| extern rbcv_conftest_target_type rbcv_conftest_func(void); | |
| extern rbcv_conftest_replace_type rbcv_conftest_func(void); | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:92: error: conflicting types for 'rbcv_conftest_var' | |
conftest.c:91: error: previous declaration of 'rbcv_conftest_var' was here | |
conftest.c:94: error: conflicting types for 'rbcv_conftest_func' | |
conftest.c:93: error: previous declaration of 'rbcv_conftest_func' was here | |
conftest.c: In function 'main': | |
conftest.c:99: error: size of array 'test_array' is negative | |
configure:10281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| /* 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 | |
| typedef dev_t rbcv_conftest_target_type; | |
| typedef long rbcv_conftest_replace_type; | |
| extern rbcv_conftest_target_type rbcv_conftest_var; | |
| extern rbcv_conftest_replace_type rbcv_conftest_var; | |
| extern rbcv_conftest_target_type rbcv_conftest_func(void); | |
| extern rbcv_conftest_replace_type rbcv_conftest_func(void); | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10281: $? = 0 | |
configure:10300: result: INT | |
configure:10320: checking for mode_t | |
configure:10320: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10320: $? = 0 | |
configure:10320: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:65: error: expected expression before ')' token | |
configure:10320: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| /* end confdefs.h. */ | |
| #include <sys/stat.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((mode_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10320: result: yes | |
configure:10328: checking for convertible type of mode_t | |
configure:10358: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10358: $? = 0 | |
configure:10388: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:65: error: conflicting types for 'rbcv_conftest_var' | |
conftest.c:64: error: previous declaration of 'rbcv_conftest_var' was here | |
conftest.c:67: error: conflicting types for 'rbcv_conftest_func' | |
conftest.c:66: error: previous declaration of 'rbcv_conftest_func' was here | |
conftest.c: In function 'main': | |
conftest.c:72: error: size of array 'test_array' is negative | |
configure:10388: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| /* end confdefs.h. */ | |
| #include <sys/stat.h> | |
| | |
| typedef mode_t rbcv_conftest_target_type; | |
| typedef unsigned long long rbcv_conftest_replace_type; | |
| extern rbcv_conftest_target_type rbcv_conftest_var; | |
| extern rbcv_conftest_replace_type rbcv_conftest_var; | |
| extern rbcv_conftest_target_type rbcv_conftest_func(void); | |
| extern rbcv_conftest_replace_type rbcv_conftest_func(void); | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10388: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:65: error: conflicting types for 'rbcv_conftest_var' | |
conftest.c:64: error: previous declaration of 'rbcv_conftest_var' was here | |
conftest.c:67: error: conflicting types for 'rbcv_conftest_func' | |
conftest.c:66: error: previous declaration of 'rbcv_conftest_func' was here | |
conftest.c: In function 'main': | |
conftest.c:72: error: size of array 'test_array' is negative | |
configure:10388: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| /* end confdefs.h. */ | |
| #include <sys/stat.h> | |
| | |
| typedef mode_t rbcv_conftest_target_type; | |
| typedef unsigned long rbcv_conftest_replace_type; | |
| extern rbcv_conftest_target_type rbcv_conftest_var; | |
| extern rbcv_conftest_replace_type rbcv_conftest_var; | |
| extern rbcv_conftest_target_type rbcv_conftest_func(void); | |
| extern rbcv_conftest_replace_type rbcv_conftest_func(void); | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10388: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:65: error: conflicting types for 'rbcv_conftest_var' | |
conftest.c:64: error: previous declaration of 'rbcv_conftest_var' was here | |
conftest.c:67: error: conflicting types for 'rbcv_conftest_func' | |
conftest.c:66: error: previous declaration of 'rbcv_conftest_func' was here | |
conftest.c: In function 'main': | |
conftest.c:72: error: size of array 'test_array' is negative | |
configure:10388: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| /* end confdefs.h. */ | |
| #include <sys/stat.h> | |
| | |
| typedef mode_t rbcv_conftest_target_type; | |
| typedef unsigned int rbcv_conftest_replace_type; | |
| extern rbcv_conftest_target_type rbcv_conftest_var; | |
| extern rbcv_conftest_replace_type rbcv_conftest_var; | |
| extern rbcv_conftest_target_type rbcv_conftest_func(void); | |
| extern rbcv_conftest_replace_type rbcv_conftest_func(void); | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10388: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10388: $? = 0 | |
configure:10407: result: UINT | |
configure:10427: checking for rlim_t | |
configure:10427: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10427: $? = 0 | |
configure:10427: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:69: error: expected expression before ')' token | |
configure:10427: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| /* end confdefs.h. */ | |
| #include <sys/resource.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((rlim_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:10427: result: yes | |
configure:10435: checking for convertible type of rlim_t | |
configure:10465: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10465: $? = 0 | |
configure:10495: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10495: $? = 0 | |
configure:10514: result: ULL | |
configure:10535: checking for prototypes | |
configure:10551: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10551: $? = 0 | |
configure:10558: result: yes | |
configure:10565: checking token paste string | |
configure:10581: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10581: $? = 0 | |
configure:10588: result: ansi | |
configure:10598: checking stringization | |
configure:10627: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10627: $? = 0 | |
configure:10636: result: #expr | |
configure:10649: checking string literal concatenation | |
configure:10673: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10673: $? = 0 | |
configure:10681: result: yes | |
configure:10688: checking for variable length prototypes and stdarg.h | |
configure:10714: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10714: $? = 0 | |
configure:10721: result: yes | |
configure:10728: checking for variable length macro | |
configure:10747: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10747: $? = 0 | |
configure:10754: result: yes | |
configure:10765: checking for noreturn function attribute | |
configure:10796: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10796: $? = 0 | |
configure:10810: result: __attribute__ ((noreturn)) x | |
configure:10820: checking for deprecated function attribute | |
configure:10851: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10851: $? = 0 | |
configure:10865: result: __attribute__ ((deprecated)) x | |
configure:10875: checking for noinline function attribute | |
configure:10906: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10906: $? = 0 | |
configure:10920: result: __attribute__ ((noinline)) x | |
configure:10932: checking for stdcall function attribute | |
configure:10965: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:81: warning: 'stdcall' attribute ignored | |
configure:10965: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| /* end confdefs.h. */ | |
| | |
| #define FUNC_STDCALL(x) __attribute__ ((stdcall)) x | |
| | |
| | |
| | |
| FUNC_STDCALL(void conftest_attribute_check(void)); | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10965: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:81: warning: 'stdcall' attribute ignored | |
configure:10965: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| /* end confdefs.h. */ | |
| | |
| #define FUNC_STDCALL(x) x __attribute__ ((stdcall)) | |
| | |
| | |
| | |
| FUNC_STDCALL(void conftest_attribute_check(void)); | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10965: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:81: warning: return type defaults to 'int' | |
conftest.c: In function '__declspec': | |
conftest.c:84: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token | |
conftest.c:88: warning: type of 'stdcall' defaults to 'int' | |
conftest.c:81: error: declaration for parameter 'conftest_attribute_check' but no such parameter | |
conftest.c:88: error: expected '{' at end of input | |
configure:10965: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| /* end confdefs.h. */ | |
| | |
| #define FUNC_STDCALL(x) __declspec(stdcall) x | |
| | |
| | |
| | |
| FUNC_STDCALL(void conftest_attribute_check(void)); | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10965: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:10965: $? = 0 | |
configure:10979: result: x | |
configure:10996: checking for cdecl function attribute | |
configure:11029: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:81: warning: 'cdecl' attribute ignored | |
configure:11029: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| /* end confdefs.h. */ | |
| | |
| #define FUNC_CDECL(x) __attribute__ ((cdecl)) x | |
| | |
| | |
| | |
| FUNC_CDECL(void conftest_attribute_check(void)); | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11029: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:81: warning: 'cdecl' attribute ignored | |
configure:11029: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| /* end confdefs.h. */ | |
| | |
| #define FUNC_CDECL(x) x __attribute__ ((cdecl)) | |
| | |
| | |
| | |
| FUNC_CDECL(void conftest_attribute_check(void)); | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11029: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:81: warning: return type defaults to 'int' | |
conftest.c: In function '__declspec': | |
conftest.c:84: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token | |
conftest.c:88: warning: type of 'cdecl' defaults to 'int' | |
conftest.c:81: error: declaration for parameter 'conftest_attribute_check' but no such parameter | |
conftest.c:88: error: expected '{' at end of input | |
configure:11029: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| /* end confdefs.h. */ | |
| | |
| #define FUNC_CDECL(x) __declspec(cdecl) x | |
| | |
| | |
| | |
| FUNC_CDECL(void conftest_attribute_check(void)); | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11029: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:11029: $? = 0 | |
configure:11043: result: x | |
configure:11060: checking for fastcall function attribute | |
configure:11093: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:81: warning: 'fastcall' attribute ignored | |
configure:11093: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| /* end confdefs.h. */ | |
| | |
| #define FUNC_FASTCALL(x) __attribute__ ((fastcall)) x | |
| | |
| | |
| | |
| FUNC_FASTCALL(void conftest_attribute_check(void)); | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11093: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:81: warning: 'fastcall' attribute ignored | |
configure:11093: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| /* end confdefs.h. */ | |
| | |
| #define FUNC_FASTCALL(x) x __attribute__ ((fastcall)) | |
| | |
| | |
| | |
| FUNC_FASTCALL(void conftest_attribute_check(void)); | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11093: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
conftest.c:81: warning: return type defaults to 'int' | |
conftest.c: In function '__declspec': | |
conftest.c:84: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token | |
conftest.c:88: warning: type of 'fastcall' defaults to 'int' | |
conftest.c:81: error: declaration for parameter 'conftest_attribute_check' but no such parameter | |
conftest.c:88: error: expected '{' at end of input | |
configure:11093: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| /* end confdefs.h. */ | |
| | |
| #define FUNC_FASTCALL(x) __declspec(fastcall) x | |
| | |
| | |
| | |
| FUNC_FASTCALL(void conftest_attribute_check(void)); | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11093: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:11093: $? = 0 | |
configure:11107: result: x | |
configure:11125: checking for function alias | |
configure:11144: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
conftest.c:77: error: only weak aliases are supported in this configuration | |
configure:11144: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| /* end confdefs.h. */ | |
| void foo(void) {} | |
| void bar(void) __attribute__((alias("foo"))); | |
| int | |
| main () | |
| { | |
| bar() | |
| ; | |
| return 0; | |
| } | |
configure:11144: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
conftest.c:76: warning: alias definitions not supported; ignored | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_bar", referenced from: | |
_main in ccu3bS8k.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:11144: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| /* end confdefs.h. */ | |
| void foo(void) {} | |
| void bar(void) __attribute__((weak,alias("foo"))); | |
| int | |
| main () | |
| { | |
| bar() | |
| ; | |
| return 0; | |
| } | |
configure:11151: result: no | |
configure:11163: checking for atomic builtins | |
configure:11185: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:11185: $? = 0 | |
configure:11193: result: yes | |
configure:11200: checking for __builtin_unreachable | |
configure:11224: cc -o conftest -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:81: warning: implicit declaration of function '__builtin_unreachable' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:11224: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| exit(0); __builtin_unreachable(); | |
| ; | |
| return 0; | |
| } | |
configure:11241: result: no | |
configure:11251: checking for exported function attribute | |
configure:11280: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:11280: $? = 0 | |
configure:11294: result: __attribute__ ((visibility("default"))) | |
configure:11316: checking whether sys_nerr is declared | |
configure:11316: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' conftest.c >&5 | |
configure:11316: $? = 0 | |
configure:11316: result: yes | |
configure:11435: checking whether Mac OS X 10.5 or later | |
configure:11446: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:11446: $? = 0 | |
configure:11452: result: yes | |
configure:11465: checking for broken crypt with 8bit chars | |
configure:11501: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:11501: $? = 0 | |
configure:11501: ./conftest | |
configure:11501: $? = 0 | |
configure:11511: result: no | |
configure:11521: checking for codesign | |
configure:11537: found /usr/bin/codesign | |
configure:11548: result: codesign | |
configure:11566: checking for crt_externs.h | |
configure:11566: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:11566: $? = 0 | |
configure:11566: result: yes | |
configure:11725: checking for crypt in -lcrypt | |
configure:11759: result: no | |
configure:11770: checking for dlopen in -ldl | |
configure:11795: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:11795: $? = 0 | |
configure:11804: result: yes | |
configure:11815: checking for shl_load in -ldld | |
configure:11840: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldld -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
ld: library not found for -ldld | |
collect2: ld returned 1 exit status | |
configure:11840: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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:11849: result: no | |
configure:11860: checking for socketpair in -lsocket | |
configure:11885: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lsocket -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
ld: library not found for -lsocket | |
collect2: ld returned 1 exit status | |
configure:11885: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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 socketpair (); | |
| int | |
| main () | |
| { | |
| return socketpair (); | |
| ; | |
| return 0; | |
| } | |
configure:11894: result: no | |
configure:11905: checking for clock_gettime in -lrt | |
configure:11930: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lrt -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
ld: library not found for -lrt | |
collect2: ld returned 1 exit status | |
configure:11930: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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 clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:11939: result: no | |
configure:11984: checking for dirent.h that defines DIR | |
configure:12003: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12003: $? = 0 | |
configure:12011: result: yes | |
configure:12024: checking for library containing opendir | |
configure:12055: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:12055: $? = 0 | |
configure:12072: result: none required | |
configure:12139: checking for stdbool.h that conforms to C99 | |
configure:12206: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12206: $? = 0 | |
configure:12213: result: yes | |
configure:12215: checking for _Bool | |
configure:12215: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12215: $? = 0 | |
configure:12215: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:118: error: expected expression before ')' token | |
configure:12215: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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:12215: result: yes | |
configure:12232: checking for sys/wait.h that is POSIX.1 compatible | |
configure:12258: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12258: $? = 0 | |
configure:12265: result: yes | |
configure:12281: checking limits.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking limits.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for limits.h | |
configure:12281: result: yes | |
configure:12281: checking sys/file.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking sys/file.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for sys/file.h | |
configure:12281: result: yes | |
configure:12281: checking sys/ioctl.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking sys/ioctl.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for sys/ioctl.h | |
configure:12281: result: yes | |
configure:12281: checking sys/syscall.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking sys/syscall.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for sys/syscall.h | |
configure:12281: result: yes | |
configure:12281: checking fcntl.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking fcntl.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for fcntl.h | |
configure:12281: result: yes | |
configure:12281: checking sys/fcntl.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking sys/fcntl.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for sys/fcntl.h | |
configure:12281: result: yes | |
configure:12281: checking sys/select.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking sys/select.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for sys/select.h | |
configure:12281: result: yes | |
configure:12281: checking sys/time.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking sys/time.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for sys/time.h | |
configure:12281: result: yes | |
configure:12281: checking sys/times.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking sys/times.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for sys/times.h | |
configure:12281: result: yes | |
configure:12281: checking sys/param.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking sys/param.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for sys/param.h | |
configure:12281: result: yes | |
configure:12281: checking syscall.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:128:21: error: syscall.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_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 <syscall.h> | |
configure:12281: result: no | |
configure:12281: checking syscall.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
conftest.c:95:21: error: syscall.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| /* end confdefs.h. */ | |
| #include <syscall.h> | |
configure:12281: result: no | |
configure:12281: checking for syscall.h | |
configure:12281: result: no | |
configure:12281: checking pwd.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking pwd.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for pwd.h | |
configure:12281: result: yes | |
configure:12281: checking grp.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking grp.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for grp.h | |
configure:12281: result: yes | |
configure:12281: checking a.out.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:130:19: error: a.out.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_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 <a.out.h> | |
configure:12281: result: no | |
configure:12281: checking a.out.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
conftest.c:97:19: error: a.out.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| /* end confdefs.h. */ | |
| #include <a.out.h> | |
configure:12281: result: no | |
configure:12281: checking for a.out.h | |
configure:12281: result: no | |
configure:12281: checking utime.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking utime.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for utime.h | |
configure:12281: result: yes | |
configure:12281: checking direct.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:131:20: error: direct.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_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:12281: result: no | |
configure:12281: checking direct.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
conftest.c:98:20: error: direct.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| /* end confdefs.h. */ | |
| #include <direct.h> | |
configure:12281: result: no | |
configure:12281: checking for direct.h | |
configure:12281: result: no | |
configure:12281: checking sys/resource.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking sys/resource.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for sys/resource.h | |
configure:12281: result: yes | |
configure:12281: checking sys/mkdev.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:132:23: error: sys/mkdev.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_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:12281: result: no | |
configure:12281: checking sys/mkdev.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
conftest.c:99:23: error: sys/mkdev.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/mkdev.h> | |
configure:12281: result: no | |
configure:12281: checking for sys/mkdev.h | |
configure:12281: result: no | |
configure:12281: checking sys/utime.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:132:23: error: sys/utime.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_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/utime.h> | |
configure:12281: result: no | |
configure:12281: checking sys/utime.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
conftest.c:99:23: error: sys/utime.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/utime.h> | |
configure:12281: result: no | |
configure:12281: checking for sys/utime.h | |
configure:12281: result: no | |
configure:12281: checking xti.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:132:17: error: xti.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_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 <xti.h> | |
configure:12281: result: no | |
configure:12281: checking xti.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
conftest.c:99:17: error: xti.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| /* end confdefs.h. */ | |
| #include <xti.h> | |
configure:12281: result: no | |
configure:12281: checking for xti.h | |
configure:12281: result: no | |
configure:12281: checking netinet/in_systm.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking netinet/in_systm.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for netinet/in_systm.h | |
configure:12281: result: yes | |
configure:12281: checking float.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking float.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for float.h | |
configure:12281: result: yes | |
configure:12281: checking ieeefp.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:134:20: error: ieeefp.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_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:12281: result: no | |
configure:12281: checking ieeefp.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
conftest.c:101:20: error: ieeefp.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| /* end confdefs.h. */ | |
| #include <ieeefp.h> | |
configure:12281: result: no | |
configure:12281: checking for ieeefp.h | |
configure:12281: result: no | |
configure:12281: checking for ucontext.h | |
configure:12281: result: no | |
configure:12281: checking intrinsics.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:134:24: error: intrinsics.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_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:12281: result: no | |
configure:12281: checking intrinsics.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
conftest.c:101:24: error: intrinsics.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| /* end confdefs.h. */ | |
| #include <intrinsics.h> | |
configure:12281: result: no | |
configure:12281: checking for intrinsics.h | |
configure:12281: result: no | |
configure:12281: checking langinfo.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking langinfo.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for langinfo.h | |
configure:12281: result: yes | |
configure:12281: checking locale.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking locale.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for locale.h | |
configure:12281: result: yes | |
configure:12281: checking sys/sendfile.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:136:26: error: sys/sendfile.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_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/sendfile.h> | |
configure:12281: result: no | |
configure:12281: checking sys/sendfile.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
conftest.c:103:26: error: sys/sendfile.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/sendfile.h> | |
configure:12281: result: no | |
configure:12281: checking for sys/sendfile.h | |
configure:12281: result: no | |
configure:12281: checking time.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking time.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:12281: $? = 0 | |
configure:12281: result: yes | |
configure:12281: checking for time.h | |
configure:12281: result: yes | |
configure:12281: checking for net/socket.h | |
configure:12281: result: no | |
configure:12281: checking for sys/socket.h | |
configure:12281: result: yes | |
configure:12281: checking process.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:138:21: error: process.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_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:12281: result: no | |
configure:12281: checking process.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
conftest.c:105:21: error: process.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| /* end confdefs.h. */ | |
| #include <process.h> | |
configure:12281: result: no | |
configure:12281: checking for process.h | |
configure:12281: result: no | |
configure:12281: checking sys/prctl.h usability | |
configure:12281: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:138:23: error: sys/prctl.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_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/prctl.h> | |
configure:12281: result: no | |
configure:12281: checking sys/prctl.h presence | |
configure:12281: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
conftest.c:105:23: error: sys/prctl.h: No such file or directory | |
configure:12281: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/prctl.h> | |
configure:12281: result: no | |
configure:12281: checking for sys/prctl.h | |
configure:12281: result: no | |
configure:12292: checking for size_t | |
configure:12292: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12292: $? = 0 | |
configure:12292: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:141: error: expected expression before ')' token | |
configure:12292: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_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 ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12292: result: yes | |
configure:12396: checking size of size_t | |
configure:12401: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:12401: $? = 0 | |
configure:12401: ./conftest | |
configure:12401: $? = 0 | |
configure:12416: result: 8 | |
configure:12521: checking size of ptrdiff_t | |
configure:12526: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:12526: $? = 0 | |
configure:12526: ./conftest | |
configure:12526: $? = 0 | |
configure:12541: result: 8 | |
configure:12554: checking for printf prefix for size_t | |
configure:12590: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12590: $? = 0 | |
configure:12603: result: z | |
configure:12613: checking for printf prefix for ptrdiff_t | |
configure:12649: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12649: $? = 0 | |
configure:12662: result: t | |
configure:12671: checking for struct stat.st_blksize | |
configure:12671: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12671: $? = 0 | |
configure:12671: result: yes | |
configure:12684: checking for struct stat.st_blocks | |
configure:12684: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12684: $? = 0 | |
configure:12684: result: yes | |
configure:12704: checking for struct stat.st_rdev | |
configure:12704: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12704: $? = 0 | |
configure:12704: result: yes | |
configure:12718: checking size of struct stat.st_size | |
configure:12748: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:125: error: size of array 'test_array' is negative | |
configure:12748: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| /* end confdefs.h. */ | |
| #include <sys/stat.h> | |
| | |
| typedef struct stat ac__type_sizeof_; | |
| static ac__type_sizeof_ *rbcv_ptr; | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE sizeof((*rbcv_ptr).st_size) | |
| | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(SIZEOF_STRUCT_STAT_ST_SIZE == sizeof(int))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:12748: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12748: $? = 0 | |
configure:12782: result: SIZEOF_LONG | |
configure:12809: checking size of struct stat.st_blocks | |
configure:12839: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:126: error: size of array 'test_array' is negative | |
configure:12839: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| /* end confdefs.h. */ | |
| #include <sys/stat.h> | |
| | |
| typedef struct stat ac__type_sizeof_; | |
| static ac__type_sizeof_ *rbcv_ptr; | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS sizeof((*rbcv_ptr).st_blocks) | |
| | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(SIZEOF_STRUCT_STAT_ST_BLOCKS == sizeof(int))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:12839: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12839: $? = 0 | |
configure:12873: result: SIZEOF_LONG | |
configure:12899: checking for struct stat.st_atim | |
configure:12899: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:154: error: 'struct stat' has no member named 'st_atim' | |
configure:12899: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| /* 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_atim) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12899: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:154: error: 'struct stat' has no member named 'st_atim' | |
configure:12899: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| /* 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_atim) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12899: result: no | |
configure:12909: checking for struct stat.st_atimespec | |
configure:12909: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:154: error: used struct type value where scalar is required | |
configure:12909: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| /* 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_atimespec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12909: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12909: $? = 0 | |
configure:12909: result: yes | |
configure:12919: checking for struct stat.st_atimensec | |
configure:12919: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:155: error: 'struct stat' has no member named 'st_atimensec' | |
configure:12919: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_atimensec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12919: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:155: error: 'struct stat' has no member named 'st_atimensec' | |
configure:12919: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_atimensec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12919: result: no | |
configure:12929: checking for struct stat.st_mtim | |
configure:12929: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:155: error: 'struct stat' has no member named 'st_mtim' | |
configure:12929: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_mtim) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12929: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:155: error: 'struct stat' has no member named 'st_mtim' | |
configure:12929: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_mtim) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12929: result: no | |
configure:12939: checking for struct stat.st_mtimespec | |
configure:12939: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:155: error: used struct type value where scalar is required | |
configure:12939: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_mtimespec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12939: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12939: $? = 0 | |
configure:12939: result: yes | |
configure:12949: checking for struct stat.st_mtimensec | |
configure:12949: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:156: error: 'struct stat' has no member named 'st_mtimensec' | |
configure:12949: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_mtimensec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12949: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:156: error: 'struct stat' has no member named 'st_mtimensec' | |
configure:12949: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_mtimensec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12949: result: no | |
configure:12959: checking for struct stat.st_ctim | |
configure:12959: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:156: error: 'struct stat' has no member named 'st_ctim' | |
configure:12959: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_ctim) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12959: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:156: error: 'struct stat' has no member named 'st_ctim' | |
configure:12959: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_ctim) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12959: result: no | |
configure:12969: checking for struct stat.st_ctimespec | |
configure:12969: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:156: error: used struct type value where scalar is required | |
configure:12969: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_ctimespec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12969: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12969: $? = 0 | |
configure:12969: result: yes | |
configure:12979: checking for struct stat.st_ctimensec | |
configure:12979: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:157: error: 'struct stat' has no member named 'st_ctimensec' | |
configure:12979: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (ac_aggr.st_ctimensec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12979: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:157: error: 'struct stat' has no member named 'st_ctimensec' | |
configure:12979: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 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 () | |
| { | |
| static struct stat ac_aggr; | |
| if (sizeof ac_aggr.st_ctimensec) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12979: result: no | |
configure:12990: checking for struct timespec | |
configure:12990: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:12990: $? = 0 | |
configure:12990: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:130: error: expected expression before ')' token | |
configure:12990: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| /* end confdefs.h. */ | |
| #ifdef HAVE_TIME_H | |
| #include <time.h> | |
| #endif | |
| #ifdef HAVE_SYS_TIME_H | |
| #include <sys/time.h> | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct timespec))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12990: result: yes | |
configure:13007: checking for struct timezone | |
configure:13007: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:13007: $? = 0 | |
configure:13007: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:131: error: expected expression before ')' token | |
configure:13007: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| /* end confdefs.h. */ | |
| #ifdef HAVE_TIME_H | |
| # include <time.h> | |
| #endif | |
| #ifdef HAVE_SYS_TIME_H | |
| # include <sys/time.h> | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((struct timezone))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13007: result: yes | |
configure:13024: checking for clockid_t | |
configure:13024: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:132: error: 'clockid_t' undeclared (first use in this function) | |
conftest.c:132: error: (Each undeclared identifier is reported only once | |
conftest.c:132: error: for each function it appears in.) | |
configure:13024: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| /* end confdefs.h. */ | |
| #ifdef HAVE_TIME_H | |
| # include <time.h> | |
| #endif | |
| #ifdef HAVE_SYS_TIME_H | |
| # include <sys/time.h> | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof (clockid_t)) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13024: result: no | |
configure:13044: checking for fd_mask | |
configure:13044: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:13044: $? = 0 | |
configure:13044: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:158: error: expected expression before ')' token | |
configure:13044: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 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 ((fd_mask))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13044: result: yes | |
configure:13060: checking for int8_t | |
configure:13077: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:13077: $? = 0 | |
configure:13099: result: yes | |
configure:13109: checking size of int8_t | |
configure:13114: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:13114: $? = 0 | |
configure:13114: ./conftest | |
configure:13114: $? = 0 | |
configure:13129: result: 1 | |
configure:13151: checking for uint8_t | |
configure:13168: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:13168: $? = 0 | |
configure:13190: result: yes | |
configure:13200: checking size of uint8_t | |
configure:13205: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:13205: $? = 0 | |
configure:13205: ./conftest | |
configure:13205: $? = 0 | |
configure:13220: result: 1 | |
configure:13242: checking for int16_t | |
configure:13259: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:13259: $? = 0 | |
configure:13281: result: yes | |
configure:13291: checking size of int16_t | |
configure:13296: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:13296: $? = 0 | |
configure:13296: ./conftest | |
configure:13296: $? = 0 | |
configure:13311: result: 2 | |
configure:13333: checking for uint16_t | |
configure:13350: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:13350: $? = 0 | |
configure:13372: result: yes | |
configure:13382: checking size of uint16_t | |
configure:13387: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:13387: $? = 0 | |
configure:13387: ./conftest | |
configure:13387: $? = 0 | |
configure:13402: result: 2 | |
configure:13424: checking for int32_t | |
configure:13441: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:13441: $? = 0 | |
configure:13463: result: yes | |
configure:13473: checking size of int32_t | |
configure:13478: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:13478: $? = 0 | |
configure:13478: ./conftest | |
configure:13478: $? = 0 | |
configure:13493: result: 4 | |
configure:13515: checking for uint32_t | |
configure:13532: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:13532: $? = 0 | |
configure:13554: result: yes | |
configure:13564: checking size of uint32_t | |
configure:13569: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:13569: $? = 0 | |
configure:13569: ./conftest | |
configure:13569: $? = 0 | |
configure:13584: result: 4 | |
configure:13606: checking for int64_t | |
configure:13623: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:13623: $? = 0 | |
configure:13645: result: yes | |
configure:13655: checking size of int64_t | |
configure:13660: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:13660: $? = 0 | |
configure:13660: ./conftest | |
configure:13660: $? = 0 | |
configure:13675: result: 8 | |
configure:13697: checking for uint64_t | |
configure:13714: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:13714: $? = 0 | |
configure:13736: result: yes | |
configure:13746: checking size of uint64_t | |
configure:13751: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:13751: $? = 0 | |
configure:13751: ./conftest | |
configure:13751: $? = 0 | |
configure:13766: result: 8 | |
configure:13788: checking for int128_t | |
configure:13805: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:172: error: expected '=', ',', ';', 'asm' or '__attribute__' before 't' | |
conftest.c:172: error: 't' undeclared here (not in a function) | |
configure:13805: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| /* 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 | |
| typedef int128_t t; int s = sizeof(t) == 42; | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:13827: result: no | |
configure:13879: checking for uint128_t | |
configure:13896: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:172: error: expected '=', ',', ';', 'asm' or '__attribute__' before 't' | |
conftest.c:172: error: 't' undeclared here (not in a function) | |
configure:13896: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| /* 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 | |
| typedef uint128_t t; int s = sizeof(t) == 42; | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:13918: result: no | |
configure:13970: checking for intptr_t | |
configure:13987: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:13987: $? = 0 | |
configure:14009: result: yes | |
configure:14108: checking size of intptr_t | |
configure:14113: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:14113: $? = 0 | |
configure:14113: ./conftest | |
configure:14113: $? = 0 | |
configure:14128: result: 8 | |
configure:14152: checking for uintptr_t | |
configure:14169: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:14169: $? = 0 | |
configure:14191: result: yes | |
configure:14290: checking size of uintptr_t | |
configure:14295: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:14295: $? = 0 | |
configure:14295: ./conftest | |
configure:14295: $? = 0 | |
configure:14310: result: 8 | |
configure:14334: checking for ssize_t | |
configure:14352: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:14352: $? = 0 | |
configure:14374: result: yes | |
configure:14475: checking size of ssize_t | |
configure:14480: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:14480: $? = 0 | |
configure:14480: ./conftest | |
configure:14480: $? = 0 | |
configure:14496: result: 8 | |
configure:14602: checking for stack end address | |
configure:14619: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"___libc_stack_end", referenced from: | |
_main in cc2YwjHP.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:14619: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| /* end confdefs.h. */ | |
| extern void *__libc_stack_end; | |
| int | |
| main () | |
| { | |
| if (!__libc_stack_end) return 1; | |
| ; | |
| return 0; | |
| } | |
configure:14626: result: no | |
configure:14691: checking for uid_t in sys/types.h | |
configure:14710: result: yes | |
configure:14721: checking type of array argument to getgroups | |
configure:14780: result: gid_t | |
configure:14788: checking return type of signal handlers | |
configure:14806: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:152: error: void value not ignored as it ought to be | |
configure:14806: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <signal.h> | |
| | |
| int | |
| main () | |
| { | |
| return *(signal (0, 0)) (0) == 1; | |
| ; | |
| return 0; | |
| } | |
configure:14813: result: void | |
configure:14864: checking for working alloca.h | |
configure:14881: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:14881: $? = 0 | |
configure:14889: result: yes | |
configure:14897: checking for alloca | |
configure:14934: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:14934: $? = 0 | |
configure:14942: result: yes | |
configure:15051: checking for dynamic size alloca | |
configure:15075: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15075: $? = 0 | |
configure:15082: result: ok | |
configure:15100: checking for working memcmp | |
configure:15143: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15143: $? = 0 | |
configure:15143: ./conftest | |
configure:15143: $? = 0 | |
configure:15153: result: yes | |
configure:15166: checking for broken erfc of glibc-2.3.6 on IA64 | |
configure:15186: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15186: $? = 0 | |
configure:15186: ./conftest | |
configure:15186: $? = 0 | |
configure:15196: result: no | |
configure:15228: checking for dup2 | |
configure:15228: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15228: $? = 0 | |
configure:15228: result: yes | |
configure:15241: checking for memmove | |
configure:15241: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:173: warning: conflicting types for built-in function 'memmove' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15241: $? = 0 | |
configure:15241: result: yes | |
configure:15254: checking for strerror | |
configure:15254: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15254: $? = 0 | |
configure:15254: result: yes | |
configure:15267: checking for strchr | |
configure:15267: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:175: warning: conflicting types for built-in function 'strchr' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15267: $? = 0 | |
configure:15267: result: yes | |
configure:15280: checking for strstr | |
configure:15280: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:176: warning: conflicting types for built-in function 'strstr' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15280: $? = 0 | |
configure:15280: result: yes | |
configure:15293: checking for crypt | |
configure:15293: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15293: $? = 0 | |
configure:15293: result: yes | |
configure:15306: checking for flock | |
configure:15306: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15306: $? = 0 | |
configure:15306: result: yes | |
configure:15319: checking for isnan | |
configure:15319: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:179: warning: conflicting types for built-in function 'isnan' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15319: $? = 0 | |
configure:15319: result: yes | |
configure:15332: checking for finite | |
configure:15332: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:180: warning: conflicting types for built-in function 'finite' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15332: $? = 0 | |
configure:15332: result: yes | |
configure:15345: checking for isinf | |
configure:15345: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:181: warning: conflicting types for built-in function 'isinf' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15345: $? = 0 | |
configure:15345: result: yes | |
configure:15358: checking for hypot | |
configure:15358: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:182: warning: conflicting types for built-in function 'hypot' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15358: $? = 0 | |
configure:15358: result: yes | |
configure:15371: checking for acosh | |
configure:15371: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:183: warning: conflicting types for built-in function 'acosh' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15371: $? = 0 | |
configure:15371: result: yes | |
configure:15384: checking for erf | |
configure:15384: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:184: warning: conflicting types for built-in function 'erf' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15384: $? = 0 | |
configure:15384: result: yes | |
configure:15397: checking for tgamma | |
configure:15397: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:185: warning: conflicting types for built-in function 'tgamma' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15397: $? = 0 | |
configure:15397: result: yes | |
configure:15410: checking for lgamma_r | |
configure:15410: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15410: $? = 0 | |
configure:15410: result: yes | |
configure:15423: checking for cbrt | |
configure:15423: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:187: warning: conflicting types for built-in function 'cbrt' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15423: $? = 0 | |
configure:15423: result: yes | |
configure:15436: checking for strlcpy | |
configure:15436: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15436: $? = 0 | |
configure:15436: result: yes | |
configure:15449: checking for strlcat | |
configure:15449: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15449: $? = 0 | |
configure:15449: result: yes | |
configure:15462: checking for ffs | |
configure:15462: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:190: warning: conflicting types for built-in function 'ffs' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15462: $? = 0 | |
configure:15462: result: yes | |
configure:15475: checking for setproctitle | |
configure:15475: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_setproctitle", referenced from: | |
_main in ccM6oTMH.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15475: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| /* end confdefs.h. */ | |
| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setproctitle innocuous_setproctitle | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setproctitle (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef setproctitle | |
| | |
| /* 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 setproctitle (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_setproctitle || defined __stub___setproctitle | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setproctitle (); | |
| ; | |
| return 0; | |
| } | |
configure:15475: result: no | |
configure:15542: checking for signbit | |
configure:15560: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15560: $? = 0 | |
configure:15568: result: yes | |
configure:15597: checking for fmod | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:193: warning: conflicting types for built-in function 'fmod' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for killpg | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for wait4 | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for waitpid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for fork | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:197: warning: conflicting types for built-in function 'fork' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for spawnv | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_spawnv", referenced from: | |
_main in ccBqwYyF.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| /* end confdefs.h. */ | |
| /* Define spawnv to an innocuous variant, in case <limits.h> declares spawnv. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define spawnv innocuous_spawnv | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char spawnv (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef spawnv | |
| | |
| /* 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 spawnv (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_spawnv || defined __stub___spawnv | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return spawnv (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for syscall | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for __syscall | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for chroot | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for getcwd | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for eaccess | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_eaccess", referenced from: | |
_main in ccWork7V.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| /* end confdefs.h. */ | |
| /* Define eaccess to an innocuous variant, in case <limits.h> declares eaccess. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define eaccess innocuous_eaccess | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char eaccess (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef eaccess | |
| | |
| /* 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 eaccess (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_eaccess || defined __stub___eaccess | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return eaccess (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for truncate | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for ftruncate | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for ftello | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for chsize | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_chsize", referenced from: | |
_main in cctJkrAO.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| /* end confdefs.h. */ | |
| /* Define chsize to an innocuous variant, in case <limits.h> declares chsize. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define chsize innocuous_chsize | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char chsize (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef chsize | |
| | |
| /* 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 chsize (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_chsize || defined __stub___chsize | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return chsize (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for times | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for utimes | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for utimensat | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_utimensat", referenced from: | |
_main in cc9uDEQT.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| /* end confdefs.h. */ | |
| /* Define utimensat to an innocuous variant, in case <limits.h> declares utimensat. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define utimensat innocuous_utimensat | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char utimensat (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef utimensat | |
| | |
| /* 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 utimensat (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_utimensat || defined __stub___utimensat | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return utimensat (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for fcntl | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for lockf | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for lstat | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for truncate64 | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_truncate64", referenced from: | |
_main in cc5k8mr7.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| /* end confdefs.h. */ | |
| /* Define truncate64 to an innocuous variant, in case <limits.h> declares truncate64. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define truncate64 innocuous_truncate64 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char truncate64 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef truncate64 | |
| | |
| /* 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 truncate64 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_truncate64 || defined __stub___truncate64 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return truncate64 (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for ftruncate64 | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_ftruncate64", referenced from: | |
_main in ccVaUJ0w.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| /* end confdefs.h. */ | |
| /* Define ftruncate64 to an innocuous variant, in case <limits.h> declares ftruncate64. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define ftruncate64 innocuous_ftruncate64 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char ftruncate64 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef ftruncate64 | |
| | |
| /* 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 ftruncate64 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_ftruncate64 || defined __stub___ftruncate64 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return ftruncate64 (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for ftello64 | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_ftello64", referenced from: | |
_main in ccfUvOlN.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| /* end confdefs.h. */ | |
| /* Define ftello64 to an innocuous variant, in case <limits.h> declares ftello64. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define ftello64 innocuous_ftello64 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char ftello64 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef ftello64 | |
| | |
| /* 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 ftello64 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_ftello64 || defined __stub___ftello64 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return ftello64 (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for fseeko | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for fseeko64 | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_fseeko64", referenced from: | |
_main in ccB1Cgfu.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| /* end confdefs.h. */ | |
| /* Define fseeko64 to an innocuous variant, in case <limits.h> declares fseeko64. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fseeko64 innocuous_fseeko64 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fseeko64 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef fseeko64 | |
| | |
| /* 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 fseeko64 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_fseeko64 || defined __stub___fseeko64 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fseeko64 (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for link | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for symlink | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for readlink | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for readdir_r | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for fsync | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for fdatasync | |
configure:15597: result: no | |
configure:15597: checking for fchown | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for posix_fadvise | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_posix_fadvise", referenced from: | |
_main in cczwWWZt.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| /* end confdefs.h. */ | |
| /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define posix_fadvise innocuous_posix_fadvise | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char posix_fadvise (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef posix_fadvise | |
| | |
| /* 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 posix_fadvise (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_posix_fadvise || defined __stub___posix_fadvise | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return posix_fadvise (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for setitimer | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setruid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for seteuid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setreuid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setresuid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_setresuid", referenced from: | |
_main in ccxxRL9u.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| /* end confdefs.h. */ | |
| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setresuid innocuous_setresuid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setresuid (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef setresuid | |
| | |
| /* 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 setresuid (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_setresuid || defined __stub___setresuid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setresuid (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for socketpair | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setrgid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setegid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setregid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setresgid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_setresgid", referenced from: | |
_main in cc6CnG1I.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| /* end confdefs.h. */ | |
| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setresgid innocuous_setresgid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setresgid (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef setresgid | |
| | |
| /* 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 setresgid (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_setresgid || defined __stub___setresgid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setresgid (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for issetugid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for pause | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for lchown | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for lchmod | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for getpgrp | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setpgrp | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for getpgid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setpgid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for initgroups | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for getgroups | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setgroups | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for getpriority | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for getrlimit | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setrlimit | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for sysconf | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for close | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for getpwnam_r | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for getgrnam_r | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for dlopen | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for sigprocmask | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for sigaction | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for sigsetjmp | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for _setjmp | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for _longjmp | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for getsid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setsid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for telldir | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for seekdir | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for fchmod | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for cosh | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:254: warning: conflicting types for built-in function 'cosh' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for sinh | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:255: warning: conflicting types for built-in function 'sinh' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for tanh | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:256: warning: conflicting types for built-in function 'tanh' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for log2 | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:257: warning: conflicting types for built-in function 'log2' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for round | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:258: warning: conflicting types for built-in function 'round' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for llabs | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c:259: warning: conflicting types for built-in function 'llabs' | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setuid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for setgid | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for daemon | |
configure:15597: result: no | |
configure:15597: checking for select_large_fdset | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_select_large_fdset", referenced from: | |
_main in ccqW9ovI.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| /* end confdefs.h. */ | |
| /* Define select_large_fdset to an innocuous variant, in case <limits.h> declares select_large_fdset. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define select_large_fdset innocuous_select_large_fdset | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char select_large_fdset (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef select_large_fdset | |
| | |
| /* 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 select_large_fdset (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_select_large_fdset || defined __stub___select_large_fdset | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return select_large_fdset (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for setenv | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for unsetenv | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for mktime | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for timegm | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for gmtime_r | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for clock_gettime | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_clock_gettime", referenced from: | |
_main in ccFBhuKe.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| /* end confdefs.h. */ | |
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define clock_gettime innocuous_clock_gettime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char clock_gettime (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef clock_gettime | |
| | |
| /* 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 clock_gettime (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_clock_gettime || defined __stub___clock_gettime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for gettimeofday | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for poll | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for ppoll | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_ppoll", referenced from: | |
_main in ccCyh0Ox.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| /* end confdefs.h. */ | |
| /* Define ppoll to an innocuous variant, in case <limits.h> declares ppoll. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define ppoll innocuous_ppoll | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char ppoll (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef ppoll | |
| | |
| /* 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 ppoll (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_ppoll || defined __stub___ppoll | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return ppoll (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for pread | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for sendfile | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for shutdown | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for sigaltstack | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for dl_iterate_phdr | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_dl_iterate_phdr", referenced from: | |
_main in cckL5fLO.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| /* end confdefs.h. */ | |
| /* Define dl_iterate_phdr to an innocuous variant, in case <limits.h> declares dl_iterate_phdr. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define dl_iterate_phdr innocuous_dl_iterate_phdr | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char dl_iterate_phdr (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef dl_iterate_phdr | |
| | |
| /* 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 dl_iterate_phdr (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return dl_iterate_phdr (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for dup | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for dup3 | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_dup3", referenced from: | |
_main in cczJL65i.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| /* end confdefs.h. */ | |
| /* Define dup3 to an innocuous variant, in case <limits.h> declares dup3. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define dup3 innocuous_dup3 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char dup3 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef dup3 | |
| | |
| /* 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 dup3 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_dup3 || defined __stub___dup3 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return dup3 (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for pipe2 | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_pipe2", referenced from: | |
_main in cc675iQe.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| /* end confdefs.h. */ | |
| /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pipe2 innocuous_pipe2 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pipe2 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pipe2 | |
| | |
| /* 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 pipe2 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pipe2 || defined __stub___pipe2 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pipe2 (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for posix_memalign | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15597: checking for memalign | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_memalign", referenced from: | |
_main in cc9iKDKT.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:15597: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| /* end confdefs.h. */ | |
| /* Define memalign to an innocuous variant, in case <limits.h> declares memalign. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define memalign innocuous_memalign | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char memalign (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef memalign | |
| | |
| /* 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 memalign (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_memalign || defined __stub___memalign | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return memalign (); | |
| ; | |
| return 0; | |
| } | |
configure:15597: result: no | |
configure:15597: checking for ioctl | |
configure:15597: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15597: $? = 0 | |
configure:15597: result: yes | |
configure:15607: checking for unsetenv returns a value | |
configure:15625: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:15625: $? = 0 | |
configure:15632: result: yes | |
configure:15639: checking for __builtin_setjmp | |
configure:15656: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
conftest.c: In function 't': | |
conftest.c:254: error: '__builtin_longjmp' second argument must be 1 | |
configure:15656: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| /* end confdefs.h. */ | |
| #include <setjmp.h> | |
| jmp_buf jb; void t(v) int v; {__builtin_longjmp(jb, v);} | |
| int | |
| main () | |
| { | |
| __builtin_setjmp(jb); | |
| ; | |
| return 0; | |
| } | |
configure:15665: result: no | |
configure:15670: checking for setjmp type | |
configure:15717: result: _setjmp | |
configure:15743: checking whether struct tm is in sys/time.h or time.h | |
configure:15763: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:15763: $? = 0 | |
configure:15770: result: time.h | |
configure:15778: checking for struct tm.tm_zone | |
configure:15778: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:15778: $? = 0 | |
configure:15778: result: yes | |
configure:15845: checking for struct tm.tm_gmtoff | |
configure:15861: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:15861: $? = 0 | |
configure:15868: result: yes | |
configure:15874: checking for external int daylight | |
configure:15891: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:15891: $? = 0 | |
configure:15899: result: yes | |
configure:15906: checking for external timezone | |
configure:15929: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:15929: $? = 0 | |
configure:15949: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:15949: $? = 0 | |
configure:15957: result: long | |
configure:15967: checking for external altzone | |
configure:15990: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:272: error: 'altzone' undeclared (first use in this function) | |
conftest.c:272: error: (Each undeclared identifier is reported only once | |
conftest.c:272: error: for each function it appears in.) | |
configure:15990: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| /* end confdefs.h. */ | |
| | |
| #ifndef _XOPEN_SOURCE | |
| #define _XOPEN_SOURCE 1 | |
| #endif | |
| #include <time.h> | |
| ; | |
| const volatile void *volatile t; | |
| int | |
| main () | |
| { | |
| t = &(&altzone)[0]; | |
| ; | |
| return 0; | |
| } | |
configure:16018: result: no | |
configure:16030: checking for timezone | |
configure:16030: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16030: $? = 0 | |
configure:16030: result: yes | |
configure:16040: checking whether timezone requires zero arguments | |
configure:16056: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:267: error: called object 'timezone' is not a function | |
configure:16056: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| /* end confdefs.h. */ | |
| #include <time.h> | |
| int | |
| main () | |
| { | |
| (void)timezone(0, 0); | |
| ; | |
| return 0; | |
| } | |
configure:16064: result: yes | |
configure:16072: checking for negative time_t for gmtime(3) | |
configure:16114: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16114: $? = 0 | |
configure:16114: ./conftest | |
configure:16114: $? = 0 | |
configure:16124: result: yes | |
configure:16133: checking for localtime(3) overflow correctly | |
configure:16177: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16177: $? = 0 | |
configure:16177: ./conftest | |
configure:16177: $? = 0 | |
configure:16187: result: yes | |
configure:16374: checking whether right shift preserve sign bit | |
configure:16393: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:16393: $? = 0 | |
configure:16400: result: yes | |
configure:16412: checking read count field in FILE structures | |
configure:16431: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:272: error: 'FILE' has no member named '_cnt' | |
configure:16431: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| | |
| int | |
| main () | |
| { | |
| FILE *f = stdin; f->_cnt = 0; | |
| ; | |
| return 0; | |
| } | |
configure:16431: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:272: error: 'FILE' has no member named '__cnt' | |
configure:16431: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| | |
| int | |
| main () | |
| { | |
| FILE *f = stdin; f->__cnt = 0; | |
| ; | |
| return 0; | |
| } | |
configure:16431: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:16431: $? = 0 | |
configure:16437: result: _r | |
configure:16450: checking read buffer ptr field in FILE structures | |
configure:16468: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:273: error: 'FILE' has no member named '_IO_read_ptr' | |
configure:16468: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| | |
| int | |
| main () | |
| { | |
| FILE *f = stdin; char buf[256]; f->_IO_read_ptr = buf; | |
| ; | |
| return 0; | |
| } | |
configure:16468: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:273: error: 'FILE' has no member named '_ptr' | |
configure:16468: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| | |
| int | |
| main () | |
| { | |
| FILE *f = stdin; char buf[256]; f->_ptr = buf; | |
| ; | |
| return 0; | |
| } | |
configure:16468: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:273: error: 'FILE' has no member named '__ptr' | |
configure:16468: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| | |
| int | |
| main () | |
| { | |
| FILE *f = stdin; char buf[256]; f->__ptr = buf; | |
| ; | |
| return 0; | |
| } | |
configure:16468: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:273: error: 'FILE' has no member named 'bufpos' | |
configure:16468: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| | |
| int | |
| main () | |
| { | |
| FILE *f = stdin; char buf[256]; f->bufpos = buf; | |
| ; | |
| return 0; | |
| } | |
configure:16468: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:16468: $? = 0 | |
configure:16476: result: _p | |
configure:16523: checking size of struct stat.st_ino | |
configure:16553: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:16553: $? = 0 | |
configure:16587: result: SIZEOF_LONG | |
configure:16613: checking whether struct dirent.d_name is too small | |
configure:16655: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:297: error: size of array 'test_array' is negative | |
configure:16655: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| /* end confdefs.h. */ | |
| | |
| #if defined _WIN32 | |
| # error <<<struct direct in win32/dir.h has variable length d_name>>> | |
| #elif defined HAVE_DIRENT_H | |
| # include <dirent.h> | |
| #elif defined HAVE_DIRECT_H | |
| # include <direct.h> | |
| #else | |
| # define dirent direct | |
| # if HAVE_SYS_NDIR_H | |
| # include <sys/ndir.h> | |
| # endif | |
| # if HAVE_SYS_DIR_H | |
| # include <sys/dir.h> | |
| # endif | |
| # if HAVE_NDIR_H | |
| # include <ndir.h> | |
| # endif | |
| #endif | |
| #include <stddef.h> | |
| #define numberof(array) (int)(sizeof(array) / sizeof((array)[0])) | |
| struct dirent d; | |
| | |
| | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !(offsetof(struct dirent, d_name[numberof(d.d_name)]) - offsetof(struct dirent, d_name) < 256)]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16662: result: no | |
configure:16671: checking whether _SC_CLK_TCK is supported | |
configure:16688: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:16688: $? = 0 | |
configure:16696: result: yes | |
configure:16805: checking stack growing direction on x86_64 | |
configure:16856: result: -1 | |
configure:16869: checking for pthread_kill in -lthr | |
configure:16894: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lthr -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
ld: library not found for -lthr | |
collect2: ld returned 1 exit status | |
configure:16894: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -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 pthread_kill (); | |
| int | |
| main () | |
| { | |
| return pthread_kill (); | |
| ; | |
| return 0; | |
| } | |
configure:16904: result: no | |
configure:16869: checking for pthread_kill in -lpthread | |
configure:16894: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16894: $? = 0 | |
configure:16904: result: yes | |
configure:16923: checking for pthread_np.h | |
configure:16923: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:277:24: error: pthread_np.h: No such file or directory | |
configure:16923: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -1 | |
| #define _REENTRANT 1 | |
| #define _THREAD_SAFE 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| | |
| #include <pthread_np.h> | |
configure:16923: result: no | |
configure:16961: checking for sched_yield | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16961: $? = 0 | |
configure:16961: result: yes | |
configure:16961: checking for pthread_attr_setinheritsched | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16961: $? = 0 | |
configure:16961: result: yes | |
configure:16961: checking for pthread_getattr_np | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_pthread_getattr_np", referenced from: | |
_main in ccSsLUsr.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:16961: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -1 | |
| #define _REENTRANT 1 | |
| #define _THREAD_SAFE 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_SCHED_YIELD 1 | |
| #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_getattr_np to an innocuous variant, in case <limits.h> declares pthread_getattr_np. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_getattr_np innocuous_pthread_getattr_np | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_getattr_np (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pthread_getattr_np | |
| | |
| /* 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 pthread_getattr_np (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pthread_getattr_np || defined __stub___pthread_getattr_np | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_getattr_np (); | |
| ; | |
| return 0; | |
| } | |
configure:16961: result: no | |
configure:16961: checking for pthread_attr_get_np | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_pthread_attr_get_np", referenced from: | |
_main in ccviZqjF.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:16961: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -1 | |
| #define _REENTRANT 1 | |
| #define _THREAD_SAFE 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_SCHED_YIELD 1 | |
| #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_attr_get_np to an innocuous variant, in case <limits.h> declares pthread_attr_get_np. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_attr_get_np innocuous_pthread_attr_get_np | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_attr_get_np (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pthread_attr_get_np | |
| | |
| /* 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 pthread_attr_get_np (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pthread_attr_get_np || defined __stub___pthread_attr_get_np | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_attr_get_np (); | |
| ; | |
| return 0; | |
| } | |
configure:16961: result: no | |
configure:16961: checking for pthread_attr_getstack | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16961: $? = 0 | |
configure:16961: result: yes | |
configure:16961: checking for pthread_get_stackaddr_np | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16961: $? = 0 | |
configure:16961: result: yes | |
configure:16961: checking for pthread_get_stacksize_np | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16961: $? = 0 | |
configure:16961: result: yes | |
configure:16961: checking for thr_stksegment | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_thr_stksegment", referenced from: | |
_main in ccrceGMy.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:16961: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -1 | |
| #define _REENTRANT 1 | |
| #define _THREAD_SAFE 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_SCHED_YIELD 1 | |
| #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_GET_STACKADDR_NP 1 | |
| #define HAVE_PTHREAD_GET_STACKSIZE_NP 1 | |
| /* end confdefs.h. */ | |
| /* Define thr_stksegment to an innocuous variant, in case <limits.h> declares thr_stksegment. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define thr_stksegment innocuous_thr_stksegment | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char thr_stksegment (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef thr_stksegment | |
| | |
| /* 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 thr_stksegment (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_thr_stksegment || defined __stub___thr_stksegment | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return thr_stksegment (); | |
| ; | |
| return 0; | |
| } | |
configure:16961: result: no | |
configure:16961: checking for pthread_stackseg_np | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_pthread_stackseg_np", referenced from: | |
_main in ccz4FaqL.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:16961: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -1 | |
| #define _REENTRANT 1 | |
| #define _THREAD_SAFE 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_SCHED_YIELD 1 | |
| #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_GET_STACKADDR_NP 1 | |
| #define HAVE_PTHREAD_GET_STACKSIZE_NP 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_stackseg_np to an innocuous variant, in case <limits.h> declares pthread_stackseg_np. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_stackseg_np innocuous_pthread_stackseg_np | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_stackseg_np (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pthread_stackseg_np | |
| | |
| /* 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 pthread_stackseg_np (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pthread_stackseg_np || defined __stub___pthread_stackseg_np | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_stackseg_np (); | |
| ; | |
| return 0; | |
| } | |
configure:16961: result: no | |
configure:16961: checking for pthread_getthrds_np | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_pthread_getthrds_np", referenced from: | |
_main in ccXQ4bSx.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:16961: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -1 | |
| #define _REENTRANT 1 | |
| #define _THREAD_SAFE 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_SCHED_YIELD 1 | |
| #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_GET_STACKADDR_NP 1 | |
| #define HAVE_PTHREAD_GET_STACKSIZE_NP 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_getthrds_np to an innocuous variant, in case <limits.h> declares pthread_getthrds_np. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_getthrds_np innocuous_pthread_getthrds_np | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_getthrds_np (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pthread_getthrds_np | |
| | |
| /* 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 pthread_getthrds_np (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pthread_getthrds_np || defined __stub___pthread_getthrds_np | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_getthrds_np (); | |
| ; | |
| return 0; | |
| } | |
configure:16961: result: no | |
configure:16961: checking for pthread_cond_init | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16961: $? = 0 | |
configure:16961: result: yes | |
configure:16961: checking for pthread_condattr_setclock | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
Undefined symbols for architecture x86_64: | |
"_pthread_condattr_setclock", referenced from: | |
_main in cchBxio4.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
configure:16961: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -1 | |
| #define _REENTRANT 1 | |
| #define _THREAD_SAFE 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_SCHED_YIELD 1 | |
| #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_GET_STACKADDR_NP 1 | |
| #define HAVE_PTHREAD_GET_STACKSIZE_NP 1 | |
| #define HAVE_PTHREAD_COND_INIT 1 | |
| /* end confdefs.h. */ | |
| /* Define pthread_condattr_setclock to an innocuous variant, in case <limits.h> declares pthread_condattr_setclock. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pthread_condattr_setclock innocuous_pthread_condattr_setclock | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pthread_condattr_setclock (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pthread_condattr_setclock | |
| | |
| /* 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 pthread_condattr_setclock (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pthread_condattr_setclock || defined __stub___pthread_condattr_setclock | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pthread_condattr_setclock (); | |
| ; | |
| return 0; | |
| } | |
configure:16961: result: no | |
configure:16961: checking for pthread_condattr_init | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16961: $? = 0 | |
configure:16961: result: yes | |
configure:16961: checking for pthread_sigmask | |
configure:16961: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16961: $? = 0 | |
configure:16961: result: yes | |
configure:16975: checking for pthread_attr_init | |
configure:16975: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:16975: $? = 0 | |
configure:16975: result: yes | |
configure:17004: checking if fork works with pthread | |
configure:17072: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:17072: $? = 0 | |
configure:17072: ./conftest | |
configure:17072: $? = 0 | |
configure:17082: result: yes | |
configure:17112: checking whether ELF binaries are produced | |
configure:17128: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:17128: $? = 0 | |
configure:17142: result: no | |
configure:17194: checking whether OS depend dynamic link works | |
configure:17423: result: yes | |
configure:17611: checking for backtrace | |
configure:17611: cc -o conftest -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:17611: $? = 0 | |
configure:17611: result: yes | |
configure:17632: checking valgrind/memcheck.h usability | |
configure:17632: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
conftest.c:318:31: error: valgrind/memcheck.h: No such file or directory | |
configure:17632: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -1 | |
| #define _REENTRANT 1 | |
| #define _THREAD_SAFE 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_SCHED_YIELD 1 | |
| #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_GET_STACKADDR_NP 1 | |
| #define HAVE_PTHREAD_GET_STACKSIZE_NP 1 | |
| #define HAVE_PTHREAD_COND_INIT 1 | |
| #define HAVE_PTHREAD_CONDATTR_INIT 1 | |
| #define HAVE_PTHREAD_SIGMASK 1 | |
| #define HAVE_PTHREAD_ATTR_INIT 1 | |
| #define HAVE_BACKTRACE 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 <valgrind/memcheck.h> | |
configure:17632: result: no | |
configure:17632: checking valgrind/memcheck.h presence | |
configure:17632: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
conftest.c:285:31: error: valgrind/memcheck.h: No such file or directory | |
configure:17632: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -1 | |
| #define _REENTRANT 1 | |
| #define _THREAD_SAFE 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_SCHED_YIELD 1 | |
| #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_GET_STACKADDR_NP 1 | |
| #define HAVE_PTHREAD_GET_STACKSIZE_NP 1 | |
| #define HAVE_PTHREAD_COND_INIT 1 | |
| #define HAVE_PTHREAD_CONDATTR_INIT 1 | |
| #define HAVE_PTHREAD_SIGMASK 1 | |
| #define HAVE_PTHREAD_ATTR_INIT 1 | |
| #define HAVE_BACKTRACE 1 | |
| /* end confdefs.h. */ | |
| #include <valgrind/memcheck.h> | |
configure:17632: result: no | |
configure:17632: checking for valgrind/memcheck.h | |
configure:17632: result: no | |
configure:17807: checking for strip | |
configure:17823: found /usr/bin/strip | |
configure:17834: result: strip | |
configure:18248: checking whether -fPIE is accepted as CFLAGS | |
configure:18271: cc -c -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fPIE -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:18271: $? = 0 | |
configure:18273: result: yes | |
configure:18301: checking whether -pie is accepted as LDFLAGS | |
configure:18323: cc -o conftest -O3 -fno-fast-math -ggdb3 -fPIE -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' -L/usr/local/lib -pie conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:18323: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -1 | |
| #define _REENTRANT 1 | |
| #define _THREAD_SAFE 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_SCHED_YIELD 1 | |
| #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_GET_STACKADDR_NP 1 | |
| #define HAVE_PTHREAD_GET_STACKSIZE_NP 1 | |
| #define HAVE_PTHREAD_COND_INIT 1 | |
| #define HAVE_PTHREAD_CONDATTR_INIT 1 | |
| #define HAVE_PTHREAD_SIGMASK 1 | |
| #define HAVE_PTHREAD_ATTR_INIT 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define DLEXT_MAXLEN 7 | |
| #define DLEXT ".bundle" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:18329: result: no | |
configure:18301: checking whether -Wl,-pie is accepted as LDFLAGS | |
configure:18323: cc -o conftest -O3 -fno-fast-math -ggdb3 -fPIE -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' -L/usr/local/lib -Wl,-pie conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:18323: $? = 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -1 | |
| #define _REENTRANT 1 | |
| #define _THREAD_SAFE 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_SCHED_YIELD 1 | |
| #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_GET_STACKADDR_NP 1 | |
| #define HAVE_PTHREAD_GET_STACKSIZE_NP 1 | |
| #define HAVE_PTHREAD_COND_INIT 1 | |
| #define HAVE_PTHREAD_CONDATTR_INIT 1 | |
| #define HAVE_PTHREAD_SIGMASK 1 | |
| #define HAVE_PTHREAD_ATTR_INIT 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define DLEXT_MAXLEN 7 | |
| #define DLEXT ".bundle" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:18329: result: no | |
configure:18563: checking for prefix of external symbols | |
configure:18580: cc -c -O3 -fno-fast-math -ggdb3 -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:18580: $? = 0 | |
configure:18592: result: _ | |
configure:18755: checking pthread.h usability | |
configure:18755: cc -c -O3 -fno-fast-math -ggdb3 -pipe -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5 | |
configure:18755: $? = 0 | |
configure:18755: result: yes | |
configure:18755: checking pthread.h presence | |
configure:18755: cc -E -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c | |
configure:18755: $? = 0 | |
configure:18755: result: yes | |
configure:18755: checking for pthread.h | |
configure:18755: result: yes | |
configure:18785: checking if make is GNU make | |
configure:18804: result: yes | |
configure:18909: checking for memmem | |
configure:18909: cc -o conftest -O3 -fno-fast-math -ggdb3 -pipe -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L. -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:18909: $? = 0 | |
configure:18909: result: yes | |
configure:18912: checking for broken memmem | |
configure:18948: cc -o conftest -O3 -fno-fast-math -ggdb3 -pipe -I'/Users/takai/.rbenv/versions/2.0.0-p0/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -L. -L'/Users/takai/.rbenv/versions/2.0.0-p0/lib' -L/usr/local/lib conftest.c -lpthread -ldl -lobjc >&5 | |
ld: warning: directory not found for option '-L'/Users/takai/.rbenv/versions/2.0.0-p0/lib'' | |
configure:18948: $? = 0 | |
configure:18948: ./conftest | |
configure:18948: $? = 1 | |
configure: program exited with status 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 CANONICALIZATION_FOR_MATHN 1 | |
| #define RUBY_BASE_NAME "ruby" !<verconf>! | |
| #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>! | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_OFF_T 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF___INT64 0 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_TIME_T 8 | |
| #define PRI_LL_PREFIX "ll" | |
| #define rb_pid_t pid_t | |
| #define PIDT2NUM(v) INT2NUM(v) | |
| #define NUM2PIDT(v) NUM2INT(v) | |
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_uid_t uid_t | |
| #define UIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2UIDT(v) NUM2UINT(v) | |
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_gid_t gid_t | |
| #define GIDT2NUM(v) UINT2NUM(v) | |
| #define NUM2GIDT(v) NUM2UINT(v) | |
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX | |
| #define rb_time_t time_t | |
| #define TIMET2NUM(v) LONG2NUM(v) | |
| #define NUM2TIMET(v) NUM2LONG(v) | |
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX | |
| #define rb_dev_t dev_t | |
| #define DEVT2NUM(v) INT2NUM(v) | |
| #define NUM2DEVT(v) NUM2INT(v) | |
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX | |
| #define rb_mode_t mode_t | |
| #define MODET2NUM(v) UINT2NUM(v) | |
| #define NUM2MODET(v) NUM2UINT(v) | |
| #define PRI_MODET_PREFIX PRI_INT_PREFIX | |
| #define rb_rlim_t rlim_t | |
| #define RLIM2NUM(v) ULL2NUM(v) | |
| #define NUM2RLIM(v) NUM2ULL(v) | |
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX | |
| #define HAVE_PROTOTYPES 1 | |
| #define TOKEN_PASTE(x,y) x##y | |
| #define STRINGIZE(expr) STRINGIZE0(expr) | |
| #define HAVE_STDARG_PROTOTYPES 1 | |
| #define HAVE_VA_ARGS_MACRO 1 | |
| #define NORETURN(x) __attribute__ ((noreturn)) x | |
| #define DEPRECATED(x) __attribute__ ((deprecated)) x | |
| #define NOINLINE(x) __attribute__ ((noinline)) x | |
| #define HAVE_GCC_ATOMIC_BUILTINS 1 | |
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define HAVE_CRT_EXTERNS_H 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_LIMITS_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_PTRDIFF_T 8 | |
| #define PRI_SIZE_PREFIX "z" | |
| #define PRI_PTRDIFF_PREFIX "t" | |
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | |
| #define HAVE_ST_BLKSIZE 1 | |
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | |
| #define HAVE_ST_BLOCKS 1 | |
| #define HAVE_STRUCT_STAT_ST_RDEV 1 | |
| #define HAVE_ST_RDEV 1 | |
| #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_LONG | |
| #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_LONG | |
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1 | |
| #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1 | |
| #define HAVE_STRUCT_TIMESPEC 1 | |
| #define HAVE_STRUCT_TIMEZONE 1 | |
| #define HAVE_RB_FD_INIT 1 | |
| #define HAVE_INT8_T 1 | |
| #define SIZEOF_INT8_T 1 | |
| #define HAVE_UINT8_T 1 | |
| #define SIZEOF_UINT8_T 1 | |
| #define HAVE_INT16_T 1 | |
| #define SIZEOF_INT16_T 2 | |
| #define HAVE_UINT16_T 1 | |
| #define SIZEOF_UINT16_T 2 | |
| #define HAVE_INT32_T 1 | |
| #define SIZEOF_INT32_T 4 | |
| #define HAVE_UINT32_T 1 | |
| #define SIZEOF_UINT32_T 4 | |
| #define HAVE_INT64_T 1 | |
| #define SIZEOF_INT64_T 8 | |
| #define HAVE_UINT64_T 1 | |
| #define SIZEOF_UINT64_T 8 | |
| #define HAVE_INTPTR_T 1 | |
| #define SIZEOF_INTPTR_T 8 | |
| #define HAVE_UINTPTR_T 1 | |
| #define SIZEOF_UINTPTR_T 8 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define GETGROUPS_T gid_t | |
| #define RETSIGTYPE void | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_CRYPT 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_ISNAN 1 | |
| #define HAVE_FINITE 1 | |
| #define HAVE_ISINF 1 | |
| #define HAVE_HYPOT 1 | |
| #define HAVE_ACOSH 1 | |
| #define HAVE_ERF 1 | |
| #define HAVE_TGAMMA 1 | |
| #define HAVE_LGAMMA_R 1 | |
| #define HAVE_CBRT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_FFS 1 | |
| #define SPT_TYPE SPT_REUSEARGV | |
| #define HAVE_SIGNBIT 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_KILLPG 1 | |
| #define HAVE_WAIT4 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_SYSCALL 1 | |
| #define HAVE___SYSCALL 1 | |
| #define HAVE_CHROOT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_TRUNCATE 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FTELLO 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_FCNTL 1 | |
| #define HAVE_LOCKF 1 | |
| #define HAVE_LSTAT 1 | |
| #define HAVE_FSEEKO 1 | |
| #define HAVE_LINK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_READDIR_R 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_SETITIMER 1 | |
| #define HAVE_SETRUID 1 | |
| #define HAVE_SETEUID 1 | |
| #define HAVE_SETREUID 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_SETRGID 1 | |
| #define HAVE_SETEGID 1 | |
| #define HAVE_SETREGID 1 | |
| #define HAVE_ISSETUGID 1 | |
| #define HAVE_PAUSE 1 | |
| #define HAVE_LCHOWN 1 | |
| #define HAVE_LCHMOD 1 | |
| #define HAVE_GETPGRP 1 | |
| #define HAVE_SETPGRP 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_SETPGID 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_GETGROUPS 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_SETRLIMIT 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_CLOSE 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGSETJMP 1 | |
| #define HAVE__SETJMP 1 | |
| #define HAVE__LONGJMP 1 | |
| #define HAVE_GETSID 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_TELLDIR 1 | |
| #define HAVE_SEEKDIR 1 | |
| #define HAVE_FCHMOD 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ROUND 1 | |
| #define HAVE_LLABS 1 | |
| #define HAVE_SETUID 1 | |
| #define HAVE_SETGID 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_MKTIME 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_SENDFILE 1 | |
| #define HAVE_SHUTDOWN 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_DUP 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_IOCTL 1 | |
| #define RUBY_SETJMP(env) _setjmp(env) | |
| #define RUBY_LONGJMP(env,val) _longjmp(env,val) | |
| #define RUBY_JMP_BUF jmp_buf | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_STRUCT_TM_TM_GMTOFF 1 | |
| #define HAVE_DAYLIGHT 1 | |
| #define HAVE_VAR_TIMEZONE 1 | |
| #define TYPEOF_VAR_TIMEZONE long | |
| #define HAVE_TIMEZONE 1 | |
| #define TIMEZONE_VOID 1 | |
| #define NEGATIVE_TIME_T 1 | |
| #define POSIX_SIGNAL 1 | |
| #define RSHIFT(x,y) ((x)>>(int)(y)) | |
| #define FILE_COUNT _r | |
| #define FILE_READPTR _p | |
| #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG | |
| #define HAVE__SC_CLK_TCK 1 | |
| #define STACK_GROW_DIRECTION -1 | |
| #define _REENTRANT 1 | |
| #define _THREAD_SAFE 1 | |
| #define HAVE_LIBPTHREAD 1 | |
| #define HAVE_SCHED_YIELD 1 | |
| #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1 | |
| #define HAVE_PTHREAD_ATTR_GETSTACK 1 | |
| #define HAVE_PTHREAD_GET_STACKADDR_NP 1 | |
| #define HAVE_PTHREAD_GET_STACKSIZE_NP 1 | |
| #define HAVE_PTHREAD_COND_INIT 1 | |
| #define HAVE_PTHREAD_CONDATTR_INIT 1 | |
| #define HAVE_PTHREAD_SIGMASK 1 | |
| #define HAVE_PTHREAD_ATTR_INIT 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define DLEXT_MAXLEN 7 | |
| #define DLEXT ".bundle" | |
| #define HAVE_PTHREAD_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <string.h> | |
| | |
| int | |
| main() | |
| { | |
| char *str = "hogefugafoobar"; | |
| char *rs = "foo"; | |
| char *empty = ""; | |
| char *p; | |
| | |
| p = memmem(str, strlen(str), rs, strlen(rs)); | |
| if (p == str+8) { | |
| p = memmem(str, strlen(str), empty, strlen(empty)); | |
| if (p == str) | |
| return 0; | |
| else | |
| return 1; | |
| } | |
| else { | |
| return 1; | |
| } | |
| } | |
| | |
configure:18959: result: yes | |
configure:19490: checking for nroff | |
configure:19509: found /usr/bin/nroff | |
configure:19521: result: /usr/bin/nroff | |
configure:19593: result: ruby library version = 2.0.0 | |
configure:19774: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by config.status, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on plata.local | |
config.status:918: creating Makefile | |
config.status:918: creating ruby-2.0.pc | |
configure:20858: WARNING: unrecognized options: --with-openssl-dir | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin11.4.2 | |
ac_cv_c_bigendian=no | |
ac_cv_c_char_unsigned=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_inline=inline | |
ac_cv_c_volatile=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value='-I'\''/Users/takai/.rbenv/versions/2.0.0-p0/include'\'' ' | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set= | |
ac_cv_env_CXX_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value='-L'\''/Users/takai/.rbenv/versions/2.0.0-p0/lib'\'' ' | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func___builtin_setjmp=no | |
ac_cv_func___syscall=yes | |
ac_cv_func__longjmp=yes | |
ac_cv_func__setjmp=yes | |
ac_cv_func_acosh=yes | |
ac_cv_func_alloca_works=yes | |
ac_cv_func_backtrace=yes | |
ac_cv_func_cbrt=yes | |
ac_cv_func_chroot=yes | |
ac_cv_func_chsize=no | |
ac_cv_func_clock_gettime=no | |
ac_cv_func_close=yes | |
ac_cv_func_cosh=yes | |
ac_cv_func_crypt=yes | |
ac_cv_func_daemon=no | |
ac_cv_func_dl_iterate_phdr=no | |
ac_cv_func_dlopen=yes | |
ac_cv_func_dup2=yes | |
ac_cv_func_dup3=no | |
ac_cv_func_dup=yes | |
ac_cv_func_eaccess=no | |
ac_cv_func_erf=yes | |
ac_cv_func_fchmod=yes | |
ac_cv_func_fchown=yes | |
ac_cv_func_fcntl=yes | |
ac_cv_func_fdatasync=no | |
ac_cv_func_ffs=yes | |
ac_cv_func_finite=yes | |
ac_cv_func_flock=yes | |
ac_cv_func_fmod=yes | |
ac_cv_func_fork=yes | |
ac_cv_func_fseeko64=no | |
ac_cv_func_fseeko=yes | |
ac_cv_func_fsync=yes | |
ac_cv_func_ftello64=no | |
ac_cv_func_ftello=yes | |
ac_cv_func_ftruncate64=no | |
ac_cv_func_ftruncate=yes | |
ac_cv_func_getcwd=yes | |
ac_cv_func_getgrnam_r=yes | |
ac_cv_func_getgroups=yes | |
ac_cv_func_getpgid=yes | |
ac_cv_func_getpgrp=yes | |
ac_cv_func_getpriority=yes | |
ac_cv_func_getpwnam_r=yes | |
ac_cv_func_getrlimit=yes | |
ac_cv_func_getsid=yes | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_gmtime_r=yes | |
ac_cv_func_hypot=yes | |
ac_cv_func_initgroups=yes | |
ac_cv_func_ioctl=yes | |
ac_cv_func_isinf=yes | |
ac_cv_func_isnan=yes | |
ac_cv_func_issetugid=yes | |
ac_cv_func_killpg=yes | |
ac_cv_func_lchmod=yes | |
ac_cv_func_lchown=yes | |
ac_cv_func_lgamma_r=yes | |
ac_cv_func_link=yes | |
ac_cv_func_llabs=yes | |
ac_cv_func_lockf=yes | |
ac_cv_func_log2=yes | |
ac_cv_func_lstat=yes | |
ac_cv_func_memalign=no | |
ac_cv_func_memcmp_working=yes | |
ac_cv_func_memmem=yes | |
ac_cv_func_memmove=yes | |
ac_cv_func_mktime=yes | |
ac_cv_func_pause=yes | |
ac_cv_func_pipe2=no | |
ac_cv_func_poll=yes | |
ac_cv_func_posix_fadvise=no | |
ac_cv_func_posix_memalign=yes | |
ac_cv_func_ppoll=no | |
ac_cv_func_pread=yes | |
ac_cv_func_pthread_attr_get_np=no | |
ac_cv_func_pthread_attr_getstack=yes | |
ac_cv_func_pthread_attr_init=yes | |
ac_cv_func_pthread_attr_setinheritsched=yes | |
ac_cv_func_pthread_cond_init=yes | |
ac_cv_func_pthread_condattr_init=yes | |
ac_cv_func_pthread_condattr_setclock=no | |
ac_cv_func_pthread_get_stackaddr_np=yes | |
ac_cv_func_pthread_get_stacksize_np=yes | |
ac_cv_func_pthread_getattr_np=no | |
ac_cv_func_pthread_getthrds_np=no | |
ac_cv_func_pthread_sigmask=yes | |
ac_cv_func_pthread_stackseg_np=no | |
ac_cv_func_readdir_r=yes | |
ac_cv_func_readlink=yes | |
ac_cv_func_round=yes | |
ac_cv_func_sched_yield=yes | |
ac_cv_func_seekdir=yes | |
ac_cv_func_select_large_fdset=no | |
ac_cv_func_sendfile=yes | |
ac_cv_func_setegid=yes | |
ac_cv_func_setenv=yes | |
ac_cv_func_seteuid=yes | |
ac_cv_func_setgid=yes | |
ac_cv_func_setgroups=yes | |
ac_cv_func_setitimer=yes | |
ac_cv_func_setpgid=yes | |
ac_cv_func_setpgrp=yes | |
ac_cv_func_setproctitle=no | |
ac_cv_func_setregid=yes | |
ac_cv_func_setresgid=no | |
ac_cv_func_setresuid=no | |
ac_cv_func_setreuid=yes | |
ac_cv_func_setrgid=yes | |
ac_cv_func_setrlimit=yes | |
ac_cv_func_setruid=yes | |
ac_cv_func_setsid=yes | |
ac_cv_func_setuid=yes | |
ac_cv_func_shutdown=yes | |
ac_cv_func_sigaction=yes | |
ac_cv_func_sigaltstack=yes | |
ac_cv_func_sigprocmask=yes | |
ac_cv_func_sigsetjmp=yes | |
ac_cv_func_sinh=yes | |
ac_cv_func_socketpair=yes | |
ac_cv_func_spawnv=no | |
ac_cv_func_strchr=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strlcat=yes | |
ac_cv_func_strlcpy=yes | |
ac_cv_func_strstr=yes | |
ac_cv_func_symlink=yes | |
ac_cv_func_syscall=yes | |
ac_cv_func_sysconf=yes | |
ac_cv_func_tanh=yes | |
ac_cv_func_telldir=yes | |
ac_cv_func_tgamma=yes | |
ac_cv_func_thr_stksegment=no | |
ac_cv_func_timegm=yes | |
ac_cv_func_times=yes | |
ac_cv_func_timezone=yes | |
ac_cv_func_truncate64=no | |
ac_cv_func_truncate=yes | |
ac_cv_func_unsetenv=yes | |
ac_cv_func_utimensat=no | |
ac_cv_func_utimes=yes | |
ac_cv_func_wait4=yes | |
ac_cv_func_waitpid=yes | |
ac_cv_have_decl_sys_nerr=yes | |
ac_cv_header_a_out_h=no | |
ac_cv_header_crt_externs_h=yes | |
ac_cv_header_direct_h=no | |
ac_cv_header_dirent_dirent_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_float_h=yes | |
ac_cv_header_grp_h=yes | |
ac_cv_header_ieeefp_h=no | |
ac_cv_header_intrinsics_h=no | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_langinfo_h=yes | |
ac_cv_header_limits_h=yes | |
ac_cv_header_locale_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_config_h=no | |
ac_cv_header_net_socket_h=no | |
ac_cv_header_netinet_in_systm_h=yes | |
ac_cv_header_process_h=no | |
ac_cv_header_pthread_h=yes | |
ac_cv_header_pthread_np_h=no | |
ac_cv_header_pwd_h=yes | |
ac_cv_header_stdbool_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_fcntl_h=yes | |
ac_cv_header_sys_file_h=yes | |
ac_cv_header_sys_ioctl_h=yes | |
ac_cv_header_sys_mkdev_h=no | |
ac_cv_header_sys_param_h=yes | |
ac_cv_header_sys_prctl_h=no | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_select_h=yes | |
ac_cv_header_sys_sendfile_h=no | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_syscall_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_times_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_utime_h=no | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_syscall_h=no | |
ac_cv_header_time_h=yes | |
ac_cv_header_ucontext_h=no | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_utime_h=yes | |
ac_cv_header_valgrind_memcheck_h=no | |
ac_cv_header_xti_h=no | |
ac_cv_host=x86_64-apple-darwin11.4.2 | |
ac_cv_lib_crypt_crypt=no | |
ac_cv_lib_dl_dlopen=yes | |
ac_cv_lib_dld_shl_load=no | |
ac_cv_lib_pthread___pthread_kill=yes | |
ac_cv_lib_rt_clock_gettime=no | |
ac_cv_lib_socket_socketpair=no | |
ac_cv_lib_thr___pthread_kill=no | |
ac_cv_member_struct_stat_st_atim=no | |
ac_cv_member_struct_stat_st_atimensec=no | |
ac_cv_member_struct_stat_st_atimespec=yes | |
ac_cv_member_struct_stat_st_blksize=yes | |
ac_cv_member_struct_stat_st_blocks=yes | |
ac_cv_member_struct_stat_st_ctim=no | |
ac_cv_member_struct_stat_st_ctimensec=no | |
ac_cv_member_struct_stat_st_ctimespec=yes | |
ac_cv_member_struct_stat_st_mtim=no | |
ac_cv_member_struct_stat_st_mtimensec=no | |
ac_cv_member_struct_stat_st_mtimespec=yes | |
ac_cv_member_struct_stat_st_rdev=yes | |
ac_cv_member_struct_tm_tm_zone=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_NROFF=/usr/bin/nroff | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_CC=cc | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_PKG_CONFIG=pkg-config | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_AS=as | |
ac_cv_prog_ac_ct_LD=ld | |
ac_cv_prog_ac_ct_NM=nm | |
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_codesign=codesign | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_gcc_traditional=no | |
ac_cv_prog_make_make_set=yes | |
ac_cv_safe_to_define___extensions__=yes | |
ac_cv_search_opendir='none required' | |
ac_cv_sizeof___int64=0 | |
ac_cv_sizeof_double=8 | |
ac_cv_sizeof_float=4 | |
ac_cv_sizeof_int16_t=2 | |
ac_cv_sizeof_int32_t=4 | |
ac_cv_sizeof_int64_t=8 | |
ac_cv_sizeof_int8_t=1 | |
ac_cv_sizeof_int=4 | |
ac_cv_sizeof_intptr_t=8 | |
ac_cv_sizeof_long=8 | |
ac_cv_sizeof_long_long=8 | |
ac_cv_sizeof_off_t=8 | |
ac_cv_sizeof_ptrdiff_t=8 | |
ac_cv_sizeof_short=2 | |
ac_cv_sizeof_size_t=8 | |
ac_cv_sizeof_ssize_t=8 | |
ac_cv_sizeof_struct_stat_st_blocks=SIZEOF_LONG | |
ac_cv_sizeof_struct_stat_st_ino=SIZEOF_LONG | |
ac_cv_sizeof_struct_stat_st_size=SIZEOF_LONG | |
ac_cv_sizeof_time_t=8 | |
ac_cv_sizeof_uint16_t=2 | |
ac_cv_sizeof_uint32_t=4 | |
ac_cv_sizeof_uint64_t=8 | |
ac_cv_sizeof_uint8_t=1 | |
ac_cv_sizeof_uintptr_t=8 | |
ac_cv_sizeof_voidp=8 | |
ac_cv_struct_tm=time.h | |
ac_cv_sys_file_offset_bits=no | |
ac_cv_sys_largefile_CC=no | |
ac_cv_target=x86_64-apple-darwin11.4.2 | |
ac_cv_type__Bool=yes | |
ac_cv_type_clockid_t=no | |
ac_cv_type_dev_t=yes | |
ac_cv_type_fd_mask=yes | |
ac_cv_type_getgroups=gid_t | |
ac_cv_type_gid_t=yes | |
ac_cv_type_long_long=yes | |
ac_cv_type_mode_t=yes | |
ac_cv_type_off_t=yes | |
ac_cv_type_pid_t=yes | |
ac_cv_type_rlim_t=yes | |
ac_cv_type_signal=void | |
ac_cv_type_size_t=yes | |
ac_cv_type_struct_timespec=yes | |
ac_cv_type_struct_timezone=yes | |
ac_cv_type_time_t=yes | |
ac_cv_type_uid_t=yes | |
ac_cv_working_alloca_h=yes | |
rb_cv_binary_elf=no | |
rb_cv_broken_crypt=no | |
rb_cv_broken_glibc_ia64_erfc=no | |
rb_cv_broken_memmem=yes | |
rb_cv_char_bit=8 | |
rb_cv_cppoutfile=yes | |
rb_cv_dev_t_convertible=INT | |
rb_cv_dlopen=yes | |
rb_cv_dynamic_alloca=ok | |
rb_cv_fcnt=_r | |
rb_cv_fork_with_pthread=yes | |
rb_cv_frptr=_p | |
rb_cv_func___builtin_unreachable=no | |
rb_cv_func_cdecl=x | |
rb_cv_func_deprecated='__attribute__ ((deprecated)) x' | |
rb_cv_func_exported='__attribute__ ((visibility("default")))' | |
rb_cv_func_fastcall=x | |
rb_cv_func_noinline='__attribute__ ((noinline)) x' | |
rb_cv_func_noreturn='__attribute__ ((noreturn)) x' | |
rb_cv_func_stdcall=x | |
rb_cv_func_timezone_void=yes | |
rb_cv_gcc_atomic_builtins=yes | |
rb_cv_gcc_function_alias=no | |
rb_cv_gid_t_convertible=UINT | |
rb_cv_have_daylight=yes | |
rb_cv_have_prototypes=yes | |
rb_cv_have_sc_clk_tck=yes | |
rb_cv_have_signbit=yes | |
rb_cv_large_fd_select=yes | |
rb_cv_localtime_overflow=yes | |
rb_cv_member_struct_tm_tm_gmtoff=yes | |
rb_cv_mode_t_convertible=UINT | |
rb_cv_negative_time_t=yes | |
rb_cv_pid_t_convertible=INT | |
rb_cv_pri_prefix_long_long=ll | |
rb_cv_pri_prefix_ptrdiff_t=t | |
rb_cv_pri_prefix_size_t=z | |
rb_cv_prog_gnu_ld=no | |
rb_cv_rlim_t_convertible=ULL | |
rb_cv_rshift_sign=yes | |
rb_cv_sizeof_struct_dirent_too_small=no | |
rb_cv_stack_end_address=no | |
rb_cv_stack_grow_dir_x86_64=-1 | |
rb_cv_stdarg=yes | |
rb_cv_string_literal_concatenation=yes | |
rb_cv_stringization='#expr' | |
rb_cv_symbol_prefix=_ | |
rb_cv_target_archs=x86_64 | |
rb_cv_time_t_convertible=LONG | |
rb_cv_tokenpaste=ansi | |
rb_cv_type_int128_t=no | |
rb_cv_type_int16_t=yes | |
rb_cv_type_int32_t=yes | |
rb_cv_type_int64_t=yes | |
rb_cv_type_int8_t=yes | |
rb_cv_type_intptr_t=yes | |
rb_cv_type_ssize_t=yes | |
rb_cv_type_uint128_t=no | |
rb_cv_type_uint16_t=yes | |
rb_cv_type_uint32_t=yes | |
rb_cv_type_uint64_t=yes | |
rb_cv_type_uint8_t=yes | |
rb_cv_type_uintptr_t=yes | |
rb_cv_uid_t_convertible=UINT | |
rb_cv_unsetenv_return_value=yes | |
rb_cv_va_args_macro=yes | |
rb_cv_var_altzone=no | |
rb_cv_var_timezone=long | |
rb_cv_warnflags='-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ALLOCA='' | |
AR='ar' | |
ARCHFILE='' | |
ARCH_FLAG='' | |
AS='as' | |
ASFLAGS='' | |
BASERUBY='ruby --disable=gems' | |
BTESTRUBY='$(MINIRUBY)' | |
BUILTIN_ENCOBJS=' ascii.$(OBJEXT) us_ascii.$(OBJEXT) unicode.$(OBJEXT) utf_8.$(OBJEXT)' | |
BUILTIN_TRANSOBJS=' newline.$(OBJEXT)' | |
BUILTIN_TRANSSRCS=' newline.c' | |
CAPITARGET='nodoc' | |
CC='cc' | |
CCDLFLAGS='-fno-common' | |
CFLAGS='${cflags} -pipe' | |
CHDIR='cd -P' | |
COMMON_HEADERS='' | |
COMMON_LIBS='' | |
COMMON_MACROS='' | |
COUTFLAG='-o ' | |
CP='cp' | |
CPP='$(CC) -E' | |
CPPFLAGS='-I'\''/Users/takai/.rbenv/versions/2.0.0-p0/include'\'' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT $(DEFS) ${cppflags}' | |
CPPOUTFILE='-o conftest.i' | |
CROSS_COMPILING='no' | |
CXX='c++' | |
CXXFLAGS='${cxxflags}' | |
DEFS='' | |
DLDFLAGS='-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress' | |
DLDLIBS='' | |
DLEXT2='' | |
DLEXT='bundle' | |
DLLWRAP='' | |
DLNOBJ='dln.o' | |
DOT='' | |
DOXYGEN='' | |
DTRACE='' | |
DTRACE_EXT='dmyh' | |
DTRACE_GLOMMED_OBJ='' | |
DTRACE_OBJ='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_SHARED='no' | |
ENCOBJS='' | |
EXECUTABLE_EXTS='' | |
EXEEXT='' | |
EXPORT_PREFIX='' | |
EXTDLDFLAGS='' | |
EXTLDFLAGS='' | |
EXTOBJS='' | |
EXTOUT='.ext' | |
EXTSTATIC='' | |
GCC='yes' | |
GNU_LD='no' | |
GREP='/usr/bin/grep' | |
INSTALLDOC='all' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
LD='ld' | |
LDFLAGS='-L. -L'\''/Users/takai/.rbenv/versions/2.0.0-p0/lib'\'' -L/usr/local/lib' | |
LDSHARED='$(CC) -dynamic -bundle' | |
LDSHAREDXX='$(CXX) -dynamic -bundle' | |
LIBEXT='a' | |
LIBOBJS=' ${LIBOBJDIR}setproctitle$U.o' | |
LIBPATHENV='DYLD_LIBRARY_PATH' | |
LIBPATHFLAG=' -L%s' | |
LIBRUBY='$(LIBRUBY_A)' | |
LIBRUBYARG='$(LIBRUBYARG_STATIC)' | |
LIBRUBYARG_SHARED='' | |
LIBRUBYARG_STATIC='-l$(RUBY_SO_NAME)-static' | |
LIBRUBY_A='lib$(RUBY_SO_NAME)-static.a' | |
LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).so' | |
LIBRUBY_A_OBJS='$(OBJS)' | |
LIBRUBY_DLDFLAGS='-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress' | |
LIBRUBY_LDSHARED='$(CC) -dynamic -bundle' | |
LIBRUBY_RELATIVE='no' | |
LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR).$(TEENY)' | |
LIBS='-lpthread -ldl -lobjc' | |
LINK_SO=' | |
LN_S='ln -s' | |
LTLIBOBJS=' ${LIBOBJDIR}setproctitle$U.lo' | |
MAINLIBS='' | |
MAJOR='2' | |
MAKEDIRS='mkdir -p' | |
MAKEFILES='Makefile' | |
MANTYPE='doc' | |
MINIOBJS='dmydln.o' | |
MINIRUBY='./miniruby$(EXEEXT) -I$(srcdir)/lib -I. -I$(EXTOUT)/common' | |
MINOR='0' | |
MKDIR_P='mkdir -p' | |
NACL_SDK_ROOT='' | |
NACL_SDK_VARIANT='' | |
NACL_TOOLCHAIN='' | |
NM='nm' | |
NROFF='/usr/bin/nroff' | |
NULLCMD=':' | |
OBJCOPY=':' | |
OBJDUMP='' | |
OBJEXT='o' | |
OUTFLAG='-o ' | |
PACKAGE='ruby' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='' | |
PACKAGE_STRING='' | |
PACKAGE_TARNAME='' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='pkg-config' | |
PLATFORM_DIR='' | |
POSTLINK='test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@' | |
PREP='miniruby$(EXEEXT)' | |
PYTHON='' | |
RANLIB='ranlib' | |
RDOCTARGET='rdoc' | |
RI_BASE_NAME='ri' | |
RM='rm -f' | |
RMALL='rm -fr' | |
RMDIR='rmdir' | |
RMDIRS='rmdir -p' | |
RPATHFLAG='' | |
RUBYW_BASE_NAME='rubyw' | |
RUBYW_INSTALL_NAME='' | |
RUBY_BASE_NAME='ruby' | |
RUBY_INSTALL_NAME='$(RUBY_BASE_NAME)' | |
RUBY_PROGRAM_VERSION='2.0.0' | |
RUBY_RELEASE_DATE='2013-02-24' | |
RUBY_SO_NAME='$(RUBY_BASE_NAME)' | |
RUBY_VERSION_NAME='${RUBY_BASE_NAME}-${ruby_version}' | |
RUNRUBY='$(MINIRUBY) $(srcdir)/tool/runruby.rb --extout=$(EXTOUT)' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SOLIBS='' | |
STATIC='' | |
STRIP='strip -A -n' | |
SYMBOL_PREFIX='_' | |
TEENY='0' | |
TEST_RUNNABLE='yes' | |
THREAD_MODEL='pthread' | |
TRY_LINK='' | |
UNIVERSAL_ARCHNAMES='' | |
UNIVERSAL_INTS='' | |
USE_RUBYGEMS='YES' | |
WERRORFLAG='-Werror' | |
WINDRES='' | |
XCFLAGS='-include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT' | |
XLDFLAGS='-Wl,-u,_objc_msgSend' | |
XRUBY='$(RUNRUBY)' | |
XRUBY_LIBDIR='' | |
XRUBY_RUBYHDRDIR='' | |
XRUBY_RUBYLIBDIR='' | |
ac_ct_CC='' | |
ac_ct_CXX='' | |
ac_ct_OBJCOPY='' | |
ac_ct_OBJDUMP='' | |
arch='x86_64-darwin11.4.2' | |
archincludedir='${includedir}/${arch}' | |
archlibdir='${libdir}/${arch}' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin11.4.2' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin11.4.2' | |
build_vendor='apple' | |
cflags=' ${optflags} ${debugflags} ${warnflags}' | |
codesign='codesign' | |
configure_args=' '\''--prefix=/Users/takai/.rbenv/versions/2.0.0-p0'\'' '\''--with-openssl-dir=/Users/takai/.rbenv/versions/2.0.0-p0/openssl'\'' '\''CC=cc'\'' '\''LDFLAGS=-L'\''\'\'''\''/Users/takai/.rbenv/versions/2.0.0-p0/lib'\''\'\'''\'' '\'' '\''CPPFLAGS=-I'\''\'\'''\''/Users/takai/.rbenv/versions/2.0.0-p0/include'\''\'\'''\'' '\''' | |
cppflags='' | |
cxxflags=' ${optflags} ${debugflags} ${warnflags}' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
debugflags='-ggdb3' | |
docdir='${datarootdir}/doc/${PACKAGE}' | |
dvidir='${docdir}' | |
exec='exec' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin11.4.2' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin11.4.2' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
oldincludedir='/usr/include' | |
optflags='-O3 -fno-fast-math' | |
pdfdir='${docdir}' | |
prefix='/Users/takai/.rbenv/versions/2.0.0-p0' | |
program_transform_name='s&^&&' | |
psdir='${docdir}' | |
ridir='${datarootdir}/${RI_BASE_NAME}' | |
ruby_pc='ruby-2.0.pc' | |
ruby_version='2.0.0' | |
rubyarchdir='${rubylibdir}/${arch}' | |
rubyarchhdrdir='${rubyhdrdir}/${arch}' | |
rubyarchprefix='${rubylibprefix}/${arch}' | |
rubyhdrdir='${includedir}/${RUBY_VERSION_NAME}' | |
rubylibdir='${rubylibprefix}/${ruby_version}' | |
rubylibprefix='${libdir}/${RUBY_BASE_NAME}' | |
rubysitearchprefix='${rubylibprefix}/${sitearch}' | |
rubyw_install_name='' | |
sbindir='${exec_prefix}/sbin' | |
setup='Setup' | |
sharedstatedir='${prefix}/com' | |
sitearch='${arch}' | |
sitearchdir='${sitelibdir}/${sitearch}' | |
sitearchhdrdir='${sitehdrdir}/${sitearch}' | |
sitearchincludedir='${includedir}/${sitearch}' | |
sitearchlibdir='${libdir}/${sitearch}' | |
sitedir='${rubylibprefix}/site_ruby' | |
sitehdrdir='${rubyhdrdir}/site_ruby' | |
sitelibdir='${sitedir}/${ruby_version}' | |
strict_warnflags='' | |
sysconfdir='${prefix}/etc' | |
target='x86_64-apple-darwin11.4.2' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin11.4.2' | |
target_vendor='apple' | |
test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@' | |
try_header='' | |
vendorarchdir='${vendorlibdir}/${sitearch}' | |
vendorarchhdrdir='${vendorhdrdir}/${sitearch}' | |
vendordir='${rubylibprefix}/vendor_ruby' | |
vendorhdrdir='${rubyhdrdir}/vendor_ruby' | |
vendorlibdir='${vendordir}/${ruby_version}' | |
warnflags='-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration' | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment