Skip to content

Instantly share code, notes, and snippets.

@jamonholmgren
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamonholmgren/0c9921561daafe89bf23 to your computer and use it in GitHub Desktop.
Save jamonholmgren/0c9921561daafe89bf23 to your computer and use it in GitHub Desktop.
➜ ruby-2.1.3 cat config.log
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
## --------- ##
## Platform. ##
## --------- ##
hostname = Jamons-MacBook-Air.local
uname -m = x86_64
uname -r = 14.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 14.0.0: Mon Sep 8 05:27:41 PDT 2014; root:xnu-2782.1.96~5/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 14.0.0: Mon Sep 8 05:27:41 PDT 2014; root:xnu-2782.1.96~5/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: 4.00 gigabytes
Default processor set: 215 tasks, 1045 threads, 4 processors
Load average: 1.26, Mach factor: 2.73
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/jh/.gem/ruby/2.1.3/bin
PATH: /Users/jh/.rubies/ruby-2.1.3/lib/ruby/gems/2.1.0/bin
PATH: /Users/jh/.rubies/ruby-2.1.3/bin
PATH: .
PATH: /usr/local/bin
PATH: /usr/local/Cellar/libxml2/2.9.1
PATH: /usr/local/sbin
PATH: /usr/local/git/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/local/heroku/bin
PATH: /Users/jh/Applications/Postgres.app/Contents/MacOS/bin
PATH: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/X11/bin
PATH: /Applications/Server.app/Contents/ServerRoot/usr/bin
PATH: /Applications/Server.app/Contents/ServerRoot/usr/sbin
PATH: /usr/local/go/bin
PATH: /usr/local/MacGPG2/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2904: checking build system type
configure:2918: result: x86_64-apple-darwin14.0.0
configure:3018: checking host system type
configure:3031: result: x86_64-apple-darwin14.0.0
configure:3051: checking target system type
configure:3064: result: x86_64-apple-darwin14.0.0
configure:3335: checking for gcc-4.2
configure:3351: found /usr/local/bin/gcc-4.2
configure:3362: result: gcc-4.2
configure:3544: checking for gcc
configure:3571: result: gcc-4.2
configure:3800: checking for C compiler version
configure:3809: gcc-4.2 --version >&5
i686-apple-darwin11-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
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.
couldn't understand kern.osversion `14.0.0'
configure:3820: $? = 0
configure:3809: gcc-4.2 -v >&5
couldn't understand kern.osversion `14.0.0'
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /Volumes/Media/Builds/gcc-5666.3/build/obj/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++,fortran --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:3820: $? = 0
configure:3809: gcc-4.2 -V >&5
gcc-4.2: argument to `-V' is missing
configure:3820: $? = 1
configure:3809: gcc-4.2 -qversion >&5
couldn't understand kern.osversion `14.0.0'
i686-apple-darwin11-gcc-4.2.1: no input files
configure:3820: $? = 1
configure:3840: checking whether the C compiler works
configure:3862: gcc-4.2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:3866: $? = 0
configure:3914: result: yes
configure:3917: checking for C compiler default output file name
configure:3919: result: a.out
configure:3925: checking for suffix of executables
configure:3932: gcc-4.2 -o conftest conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:3936: $? = 0
configure:3958: result:
configure:3980: checking whether we are cross compiling
configure:3988: gcc-4.2 -o conftest conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:3992: $? = 0
configure:3999: ./conftest
configure:4003: $? = 0
configure:4018: result: no
configure:4023: checking for suffix of object files
configure:4045: gcc-4.2 -c conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:4049: $? = 0
configure:4070: result: o
configure:4074: checking whether we are using the GNU C compiler
configure:4093: gcc-4.2 -c conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:4093: $? = 0
configure:4102: result: yes
configure:4111: checking whether gcc-4.2 accepts -g
configure:4131: gcc-4.2 -c -g conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:4131: $? = 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
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4146: gcc-4.2 -c conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:4146: $? = 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
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4162: gcc-4.2 -c -g conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:4162: $? = 0
configure:4172: result: yes
configure:4189: checking for gcc-4.2 option to accept ISO C89
configure:4252: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:4252: $? = 0
configure:4265: result: none needed
configure:4343: checking for g++
configure:4359: found /usr/bin/g++
configure:4370: result: g++
configure:4397: checking for C++ compiler version
configure:4406: g++ --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:4417: $? = 0
configure:4406: g++ -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
configure:4417: $? = 0
configure:4406: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:4417: $? = 1
configure:4406: g++ -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
clang: error: no input files
configure:4417: $? = 1
configure:4421: checking whether we are using the GNU C++ compiler
configure:4440: g++ -c conftest.cpp >&5
configure:4440: $? = 0
configure:4449: result: yes
configure:4458: checking whether g++ accepts -g
configure:4478: g++ -c -g conftest.cpp >&5
configure:4478: $? = 0
configure:4519: result: yes
configure:4548: checking how to run the C preprocessor
configure:4579: gcc-4.2 -E conftest.c
couldn't understand kern.osversion `14.0.0'
configure:4579: $? = 0
configure:4593: gcc-4.2 -E conftest.c
couldn't understand kern.osversion `14.0.0'
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4593: $? = 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
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4618: result: gcc-4.2 -E
configure:4638: gcc-4.2 -E conftest.c
couldn't understand kern.osversion `14.0.0'
configure:4638: $? = 0
configure:4652: gcc-4.2 -E conftest.c
couldn't understand kern.osversion `14.0.0'
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4652: $? = 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
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4732: checking for grep that handles long lines and -e
configure:4790: result: /usr/bin/grep
configure:4795: checking for egrep
configure:4857: result: /usr/bin/grep -E
configure:4863: checking whether gcc-4.2 needs -traditional
couldn't understand kern.osversion `14.0.0'
couldn't understand kern.osversion `14.0.0'
conftest.c:10:20: error: termio.h: No such file or directory
configure:4897: result: no
configure:5051: checking for ld
configure:5067: found /usr/bin/ld
configure:5078: result: ld
configure:5112: checking whether the linker is GNU ld
configure:5124: result: no
configure:5128: checking whether gcc-4.2 -E accepts -o
configure:5140: gcc-4.2 -E -o conftest-1.i conftest.c
couldn't understand kern.osversion `14.0.0'
configure:5140: $? = 0
configure:5147: result: yes
configure:5274: checking for real target cpu
configure:5293: result: x86_64
configure:5446: checking for ranlib
configure:5462: found /usr/bin/ranlib
configure:5473: result: ranlib
configure:5538: checking for ar
configure:5554: found /usr/bin/ar
configure:5565: result: ar
configure:5676: checking for as
configure:5692: found /usr/bin/as
configure:5703: result: as
configure:5785: checking for objdump
configure:5815: result: no
configure:5785: checking for gobjdump
configure:5815: result: no
configure:5885: checking for objcopy
configure:5915: result: no
configure:5885: checking for gobjcopy
configure:5915: result: no
configure:6329: checking for nm
configure:6345: found /usr/bin/nm
configure:6356: result: nm
configure:6379: checking whether ln -s works
configure:6383: result: yes
configure:6390: checking whether make sets $(MAKE)
configure:6412: result: yes
configure:6435: checking for a BSD-compatible install
configure:6503: result: /usr/bin/install -c
configure:6514: checking for a thread-safe mkdir -p
configure:6553: result: -d
configure:6573: checking for dtrace
configure:6589: found /usr/sbin/dtrace
configure:6600: result: dtrace
configure:6652: checking for dot
configure:6668: found /usr/local/bin/dot
configure:6679: result: dot
configure:6694: checking for doxygen
configure:6724: result: no
configure:6780: checking for pkg-config
configure:6801: found /usr/local/bin/pkg-config
configure:6824: result: pkg-config
configure:6834: checking for ANSI C header files
configure:6854: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:6854: $? = 0
couldn't understand kern.osversion `14.0.0'
couldn't understand kern.osversion `14.0.0'
configure:6927: gcc-4.2 -o conftest -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:6927: $? = 0
configure:6927: ./conftest
configure:6927: $? = 0
configure:6938: result: yes
configure:6951: checking for sys/types.h
configure:6951: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for sys/stat.h
configure:6951: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for stdlib.h
configure:6951: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for string.h
configure:6951: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for memory.h
configure:6951: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for strings.h
configure:6951: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for inttypes.h
configure:6951: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for stdint.h
configure:6951: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:6951: $? = 0
configure:6951: result: yes
configure:6951: checking for unistd.h
configure:6951: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:6951: $? = 0
configure:6951: result: yes
configure:6964: checking minix/config.h usability
configure:6964: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
conftest.c:53:26: error: minix/config.h: No such file or directory
configure:6964: $? = 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 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:6964: result: no
configure:6964: checking minix/config.h presence
configure:6964: gcc-4.2 -E conftest.c
couldn't understand kern.osversion `14.0.0'
conftest.c:20:26: error: minix/config.h: No such file or directory
configure:6964: $? = 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 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:6964: result: no
configure:6964: checking for minix/config.h
configure:6964: result: no
configure:6985: checking whether it is safe to define __EXTENSIONS__
configure:7003: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:7003: $? = 0
configure:7010: result: yes
configure:7042: checking for cd using physical directory
configure:7057: result: cd -P
configure:7075: checking whether CFLAGS is valid
configure:7088: gcc-4.2 -c -g -O2 conftest.c >&5
couldn't understand kern.osversion `14.0.0'
configure:7088: $? = 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 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:7093: result: no
configure:7095: error: something wrong with CFLAGS="-g -O2 "
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin14.0.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin14.0.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc-4.2 -E'
ac_cv_prog_DOT=dot
ac_cv_prog_DTRACE=dtrace
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_CC=gcc-4.2
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_LD=ld
ac_cv_prog_ac_ct_NM=nm
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
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_target=x86_64-apple-darwin14.0.0
rb_cv_cppoutfile=yes
rb_cv_prog_gnu_ld=no
rb_cv_target_archs=x86_64
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALLOCA=''
AR='ar'
ARCHFILE=''
ARCH_FLAG=''
AS='as'
ASFLAGS=''
BASERUBY='ruby --disable=gems'
BTESTRUBY=''
BUILTIN_ENCOBJS=''
BUILTIN_TRANSOBJS=''
BUILTIN_TRANSSRCS=''
CAPITARGET=''
CC='gcc-4.2'
CCDLFLAGS=''
CC_VERSION='$(CC) -v'
CFLAGS='-g -O2 '
CHDIR='cd -P'
COMMON_HEADERS=''
COMMON_LIBS=''
COMMON_MACROS=''
COUTFLAG='-o '
CP='cp'
CPP='gcc-4.2 -E'
CPPFLAGS=''
CPPOUTFILE='-o conftest.i'
CROSS_COMPILING=''
CXX='g++'
CXXFLAGS='-g -O2'
DEFS=''
DLDFLAGS=''
DLDLIBS=''
DLEXT2=''
DLEXT=''
DLLWRAP=''
DLNOBJ=''
DOT='dot'
DOXYGEN=''
DTRACE='dtrace'
DTRACE_EXT=''
DTRACE_GLOMMED_OBJ=''
DTRACE_OBJ=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_SHARED=''
ENCOBJS=''
EXECUTABLE_EXTS=''
EXEEXT=''
EXPORT_PREFIX=''
EXTDLDFLAGS=''
EXTLDFLAGS=''
EXTOBJS=''
EXTOUT=''
EXTSTATIC=''
GCC='yes'
GNU_LD='no'
GREP='/usr/bin/grep'
INSTALLDOC=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDSHARED=''
LDSHAREDXX=''
LIBEXT=''
LIBOBJS=''
LIBPATHENV=''
LIBPATHFLAG=''
LIBRUBY=''
LIBRUBYARG=''
LIBRUBYARG_SHARED=''
LIBRUBYARG_STATIC=''
LIBRUBY_A=''
LIBRUBY_ALIASES=''
LIBRUBY_A_OBJS=''
LIBRUBY_DLDFLAGS=''
LIBRUBY_LDSHARED=''
LIBRUBY_RELATIVE=''
LIBRUBY_SO=''
LIBS=''
LINK_SO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINLIBS=''
MAJOR='2'
MAKEDIRS='mkdir -p'
MAKEFILES=''
MANTYPE=''
MINIOBJS=''
MINIRUBY=''
MINOR='1'
MKDIR_P='mkdir -p'
NACL_SDK_ROOT=''
NACL_SDK_VARIANT=''
NACL_TOOLCHAIN=''
NM='nm'
NROFF=''
NULLCMD=''
OBJCOPY=''
OBJDUMP=''
OBJEXT='o'
OUTFLAG='-o '
PACKAGE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='pkg-config'
PLATFORM_DIR=''
POSTLINK=''
PREP=''
PYTHON=''
RANLIB='ranlib'
RDOCTARGET=''
RI_BASE_NAME=''
RM='rm -f'
RMALL='rm -fr'
RMDIR='rmdir'
RMDIRS='rmdir -p'
RPATHFLAG=''
RUBYW_BASE_NAME='rubyw'
RUBYW_INSTALL_NAME=''
RUBY_BASE_NAME='ruby'
RUBY_EXEC_PREFIX=''
RUBY_INSTALL_NAME=''
RUBY_LIB_VERSION=''
RUBY_LIB_VERSION_STYLE=''
RUBY_PROGRAM_VERSION='2.1.3'
RUBY_RELEASE_DATE='2014-09-19'
RUBY_SEARCH_PATH=''
RUBY_SO_NAME=''
RUBY_VERSION_NAME='${RUBY_BASE_NAME}-${ruby_version}'
RUNRUBY=''
RUNRUBY_COMMAND=''
SET_MAKE=''
SHELL='/bin/sh'
SOLIBS=''
STATIC=''
STRIP=''
SYMBOL_PREFIX=''
TEENY='0'
TEST_RUNNABLE=''
THREAD_MODEL=''
TRY_LINK=''
UNIVERSAL_ARCHNAMES=''
UNIVERSAL_INTS=''
USE_RUBYGEMS=''
WERRORFLAG=''
WINDRES=''
XCFLAGS=''
XLDFLAGS=''
XRUBY=''
XRUBY_LIBDIR=''
XRUBY_RUBYHDRDIR=''
XRUBY_RUBYLIBDIR=''
ac_ct_CC='gcc-4.2'
ac_ct_CXX='g++'
ac_ct_OBJCOPY=''
ac_ct_OBJDUMP=''
arch=''
archincludedir=''
archlibdir=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin14.0.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin14.0.0'
build_vendor='apple'
cflags=' ${optflags} ${debugflags} ${warnflags}'
codesign=''
configure_args=''
cppflags=''
cxxflags=' ${optflags} ${debugflags} ${warnflags}'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
debugflags=''
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec=''
exec_prefix='NONE'
host='x86_64-apple-darwin14.0.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin14.0.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libdirname=''
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
optflags='-O3'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s&^&&'
psdir='${docdir}'
ridir=''
ruby_pc=''
ruby_version=''
rubyarchdir=''
rubyarchhdrdir=''
rubyarchprefix=''
rubyhdrdir=''
rubylibdir=''
rubylibprefix=''
rubysitearchprefix=''
rubyw_install_name=''
sbindir='${exec_prefix}/sbin'
setup=''
sharedstatedir='${prefix}/com'
sitearch=''
sitearchdir=''
sitearchhdrdir=''
sitearchincludedir=''
sitearchlibdir=''
sitedir=''
sitehdrdir=''
sitelibdir=''
strict_warnflags=''
sysconfdir='${prefix}/etc'
target='x86_64-apple-darwin14.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin14.0'
target_vendor='apple'
try_header=''
vendorarchdir=''
vendorarchhdrdir=''
vendordir=''
vendorhdrdir=''
vendorlibdir=''
warnflags=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* 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 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
configure: exit 1
➜ ruby-2.1.3
| #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_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 HAVE_MALLOC_MALLOC_H 1
| #define HAVE_GMP_H 1
| #define HAVE_LIBGMP 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___INT128 16
| #define SIZEOF_OFF_T 8
| #define SIZEOF_VOIDP 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 8
| #define SIZEOF_CLOCK_T 8
| #define PRI_LL_PREFIX "ll"
| #define rb_pid_t pid_t
| #define SIGNEDNESS_OF_PID_T -1
| #define PIDT2NUM(v) INT2NUM(v)
| #define NUM2PIDT(v) NUM2INT(v)
| #define PRI_PIDT_PREFIX PRI_INT_PREFIX
| #define rb_uid_t uid_t
| #define SIGNEDNESS_OF_UID_T +1
| #define UIDT2NUM(v) UINT2NUM(v)
| #define NUM2UIDT(v) NUM2UINT(v)
| #define PRI_UIDT_PREFIX PRI_INT_PREFIX
| #define rb_gid_t gid_t
| #define SIGNEDNESS_OF_GID_T +1
| #define GIDT2NUM(v) UINT2NUM(v)
| #define NUM2GIDT(v) NUM2UINT(v)
| #define PRI_GIDT_PREFIX PRI_INT_PREFIX
| #define rb_time_t time_t
| #define SIGNEDNESS_OF_TIME_T -1
| #define TIMET2NUM(v) LONG2NUM(v)
| #define NUM2TIMET(v) NUM2LONG(v)
| #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
| #define rb_dev_t dev_t
| #define SIGNEDNESS_OF_DEV_T -1
| #define DEVT2NUM(v) INT2NUM(v)
| #define NUM2DEVT(v) NUM2INT(v)
| #define PRI_DEVT_PREFIX PRI_INT_PREFIX
| #define rb_mode_t mode_t
| #define SIGNEDNESS_OF_MODE_T +1
| #define MODET2NUM(v) UINT2NUM(v)
| #define NUM2MODET(v) NUM2UINT(v)
| #define PRI_MODET_PREFIX PRI_INT_PREFIX
| #define rb_rlim_t rlim_t
| #define SIGNEDNESS_OF_RLIM_T +1
| #define RLIM2NUM(v) ULL2NUM(v)
| #define NUM2RLIM(v) NUM2ULL(v)
| #define PRI_RLIM_PREFIX PRI_LL_PREFIX
| #define rb_off_t off_t
| #define SIGNEDNESS_OF_OFF_T -1
| #define OFFT2NUM(v) LL2NUM(v)
| #define NUM2OFFT(v) NUM2LL(v)
| #define PRI_OFFT_PREFIX PRI_LL_PREFIX
| #define rb_clockid_t int
| #define SIGNEDNESS_OF_CLOCKID_T -1
| #define CLOCKID2NUM(v) INT2NUM(v)
| #define NUM2CLOCKID(v) NUM2INT(v)
| #define PRI_CLOCKID_PREFIX PRI_INT_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 FUNC_CDECL(x) __attribute__ ((cdecl)) x
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_GCC_SYNC_BUILTINS 1
| #define UNREACHABLE __builtin_unreachable()
| #define RUBY_FUNC_EXPORTED __attribute__ ((visibility("default"))) extern
| #define RUBY_FUNCTION_NAME_STRING __func__
| #define HAVE_DECL_SYS_NERR 1
| #define HAVE_DECL_GETENV 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_TIMEVAL 1
| #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
| #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_INT128_T 1
| #define int128_t __int128
| #define SIZEOF_INT128_T SIZEOF___INT128
| #define HAVE_UINT128_T 1
| #define uint128_t unsigned __int128
| #define SIZEOF_UINT128_T SIZEOF_UNSIGNED___INT128
| #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___SYSCALL 1
| #define HAVE__LONGJMP 1
| #define HAVE__SETJMP 1
| #define HAVE_CHROOT 1
| #define HAVE_COSH 1
| #define HAVE_DLOPEN 1
| #define HAVE_DUP 1
| #define HAVE_ENDGRENT 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCNTL 1
| #define HAVE_FMOD 1
| #define HAVE_FORK 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETGROUPS 1
| #define HAVE_GETPGID 1
| #define HAVE_GETPGRP 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETSID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INITGROUPS 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_KILLPG 1
| #define HAVE_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define HAVE_LINK 1
| #define HAVE_LLABS 1
| #define HAVE_LOCKF 1
| #define HAVE_LOG2 1
| #define HAVE_LSTAT 1
| #define HAVE_MALLOC_SIZE 1
| #define HAVE_MBLEN 1
| #define HAVE_MKTIME 1
| #define HAVE_POLL 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_PREAD 1
| #define HAVE_READLINK 1
| #define HAVE_ROUND 1
| #define HAVE_SEEKDIR 1
| #define HAVE_SENDFILE 1
| #define HAVE_SETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SETEUID 1
| #define HAVE_SETGID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_SETREGID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRGID 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETRUID 1
| #define HAVE_SETSID 1
| #define HAVE_SETUID 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SINH 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCALL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TANH 1
| #define HAVE_TELLDIR 1
| #define HAVE_TIMEGM 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_UTIMES 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
| #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
| #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
| #define HAVE_BUILTIN___BUILTIN_CLZ 1
| #define HAVE_BUILTIN___BUILTIN_CLZL 1
| #define HAVE_BUILTIN___BUILTIN_CLZLL 1
| #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
| #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
| #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_SETNAME_NP 1
| #define HAVE_PTHREAD_ATTR_INIT 1
| #define SET_THREAD_NAME(name) pthread_setname_np(name)
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define BROKEN_BACKTRACE 1
| #define DLEXT_MAXLEN 7
| #define DLEXT ".bundle"
| #define RUBY_SETJMP(env) _setjmp((env))
| #define RUBY_LONGJMP(env,val) _longjmp((env),val)
| #define RUBY_JMP_BUF jmp_buf
| #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:22032: result: yes
configure:22403: checking for nroff
configure:22422: found /usr/bin/nroff
configure:22434: result: /usr/bin/nroff
configure:22505: result: ruby library version = 2.1.0
configure:22688: 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 Jamons-MacBook-Air.local
config.status:925: creating GNUmakefile
config.status:925: creating Makefile
config.status:925: creating ruby-2.1.pc
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin14.0.0
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=/usr/bin/gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___builtin_setjmp=no
ac_cv_func___syscall=yes
ac_cv_func__longjmp=yes
ac_cv_func__setjmp=yes
ac_cv_func__setjmpex=no
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_getres=no
ac_cv_func_clock_gettime=no
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_endgrent=yes
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_fsync=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_isfinite=no
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_malloc_size=yes
ac_cv_func_malloc_usable_size=no
ac_cv_func_mblen=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_memrchr=no
ac_cv_func_mktime=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_setname_np=yes
ac_cv_func_pthread_sigmask=yes
ac_cv_func_pthread_stackseg_np=no
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_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_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_getenv=yes
ac_cv_have_decl_sys_nerr=yes
ac_cv_header_a_out_h=no
ac_cv_header_atomic_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_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_gmp_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_malloc_h=no
ac_cv_header_malloc_malloc_h=yes
ac_cv_header_malloc_np_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_net_socket_h=no
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_setjmpex_h=no
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_pstat_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_host=x86_64-apple-darwin14.0.0
ac_cv_lib_crypt_crypt=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_execinfo_backtrace=no
ac_cv_lib_gmp___gmpz_init=yes
ac_cv_lib_pthread___pthread_kill=yes
ac_cv_lib_rt_clock_gettime=no
ac_cv_lib_socket_shutdown=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=/usr/bin/gcc
ac_cv_prog_CPP='/usr/bin/gcc -E'
ac_cv_prog_CXX=g++
ac_cv_prog_DOT=dot
ac_cv_prog_DTRACE=dtrace
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___int128=16
ac_cv_sizeof___int64=0
ac_cv_sizeof_clock_t=8
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_struct_timeval_tv_sec=SIZEOF_TIME_T
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-darwin14.0.0
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_timeval=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_backtrace=yes
rb_cv_broken_crypt=no
rb_cv_broken_glibc_ia64_erfc=no
rb_cv_broken_memmem=yes
rb_cv_builtin___builtin_bswap16=yes
rb_cv_builtin___builtin_bswap32=yes
rb_cv_builtin___builtin_bswap64=yes
rb_cv_builtin___builtin_choose_expr=yes
rb_cv_builtin___builtin_clz=yes
rb_cv_builtin___builtin_clzl=yes
rb_cv_builtin___builtin_clzll=yes
rb_cv_builtin___builtin_types_compatible_p=yes
rb_cv_char_bit=8
rb_cv_clockid_t_convertible=INT
rb_cv_cppoutfile=yes
rb_cv_dev_t_convertible=INT
rb_cv_dlopen=yes
rb_cv_dtrace_available=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=yes
rb_cv_func_cdecl='__attribute__ ((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_pthread_setname_np_arguments='(name)'
rb_cv_func_stdcall=x
rb_cv_func_timezone_void=yes
rb_cv_function_name_string=__func__
rb_cv_gcc_atomic_builtins=yes
rb_cv_gcc_function_alias=no
rb_cv_gcc_sync_builtins=yes
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_off_t_convertible=LL
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_dtrace_g=no
rb_cv_prog_gnu_ld=no
rb_cv_rlim_t_convertible=ULL
rb_cv_rshift_sign=yes
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=__int128
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='unsigned __int128'
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 -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wextra-tokens'
rb_cv_wsuppress_flags=-Qunused-arguments
## ----------------- ##
## Output variables. ##
## ----------------- ##
$(POSTLINK)'
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='/usr/bin/gcc'
CCDLFLAGS='-fno-common'
CC_VERSION='$(CC) -v'
CFLAGS='${cflags} -pipe'
CHDIR='cd -P'
COMMON_HEADERS=''
COMMON_LIBS=''
COMMON_MACROS=''
COUTFLAG='-o '
CP='cp'
CPP='$(CC) -E'
CPPFLAGS='-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT $(DEFS) ${cppflags}'
CPPOUTFILE='-o conftest.i'
CROSS_COMPILING='no'
CXX='g++'
CXXFLAGS='${cxxflags}'
DEFS=''
DLDFLAGS='-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress'
DLDLIBS=''
DLEXT2=''
DLEXT='bundle'
DLLWRAP=''
DLNOBJ='dln.o'
DOT='dot'
DOXYGEN=''
DTRACE='dtrace'
DTRACE_EXT='d'
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. -fstack-protector -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 -framework CoreFoundation'
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 -lgmp -ldl -lobjc'
LINK_SO='
LN_S='ln -s'
LTLIBOBJS=' ${LIBOBJDIR}setproctitle$U.lo'
MAINLIBS=''
MAJOR='2'
MAKEDIRS='mkdir -p'
MAKEFILES='Makefile GNUmakefile'
MANTYPE='doc'
MINIOBJS='dmydln.o'
MINIRUBY='./miniruby$(EXEEXT) -I$(srcdir)/lib -I. -I$(EXTOUT)/common'
MINOR='1'
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_EXEC_PREFIX='/Users/jh/.rubies'
RUBY_INSTALL_NAME='$(RUBY_BASE_NAME)'
RUBY_LIB_VERSION=''
RUBY_LIB_VERSION_STYLE='3 /* full */'
RUBY_PROGRAM_VERSION='2.1.3'
RUBY_RELEASE_DATE='2014-09-19'
RUBY_SEARCH_PATH=''
RUBY_SO_NAME='$(RUBY_BASE_NAME)'
RUBY_VERSION_NAME='${RUBY_BASE_NAME}-${ruby_version}'
RUNRUBY='$(RUNRUBY_COMMAND) --'
RUNRUBY_COMMAND='$(MINIRUBY) $(srcdir)/tool/runruby.rb --extout=$(EXTOUT) $(RUNRUBYOPT)'
SET_MAKE=''
SHELL='/bin/sh'
SOLIBS='-lgmp '
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='-D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE'
XLDFLAGS='-fstack-protector -Wl,-u,_objc_msgSend -Wl,-pie -framework CoreFoundation'
XRUBY='$(RUNRUBY)'
XRUBY_LIBDIR=''
XRUBY_RUBYHDRDIR=''
XRUBY_RUBYLIBDIR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_OBJCOPY=''
ac_ct_OBJDUMP=''
arch='x86_64-darwin14.0'
archincludedir='${includedir}/${arch}'
archlibdir='${libdir}/${arch}'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin14.0.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin14.0.0'
build_vendor='apple'
cflags=' ${optflags} ${debugflags} ${warnflags}'
codesign='codesign'
configure_args=' '\''--prefix=/Users/jh/.rubies/'\'' '\''CC=/usr/bin/gcc'\'''
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-darwin14.0.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin14.0.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libdirname='libdir'
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/jh/.rubies'
program_transform_name='s&^&&'
psdir='${docdir}'
ridir='${datarootdir}/${RI_BASE_NAME}'
ruby_pc='ruby-2.1.pc'
ruby_version='2.1.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-darwin14.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin14.0'
target_vendor='apple'
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 -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wextra-tokens'
configure: exit 0
➜ ruby-2.1.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment