Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Created August 26, 2013 14:53
Show Gist options
  • Save supermomonga/6342276 to your computer and use it in GitHub Desktop.
Save supermomonga/6342276 to your computer and use it in GitHub Desktop.
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/momonga/.rbenv/versions/2.0.0-p247 --with-openssl-dir=/usr/local/opt/openssl
## --------- ##
## Platform. ##
## --------- ##
hostname = momongair.local
uname -m = x86_64
uname -r = 12.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~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 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 146 tasks, 728 threads, 2 processors
Load average: 4.27, Mach factor: 0.40
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/momonga/.rbenv/libexec
PATH: /Users/momonga/.rbenv/plugins/ruby-build/bin
PATH: /usr/local/heroku/bin
PATH: /Users/momonga/.rbenv/shims
PATH: /Users/momonga/.rbenv/bin
PATH: /usr/local/Cellar/ruby/1.9.3-p392/bin
PATH: /usr/local/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/X11/bin
PATH: /usr/local/google_appengine
PATH: /usr/local/gaeo-0.3/bin
PATH: /usr/local/lib/wxPython-unicode
PATH: /Users/momonga/bin
PATH: /Users/momonga/bin
PATH: /Users/momonga/lib/cakeinit
PATH: /Users/momonga/node_modules
PATH: /Applications/MacVim.app/Contents/MacOS
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2882: checking build system type
configure:2896: result: x86_64-apple-darwin12.4.0
configure:3002: checking host system type
configure:3015: result: x86_64-apple-darwin12.4.0
configure:3035: checking target system type
configure:3048: result: x86_64-apple-darwin12.4.0
configure:3736: checking for C compiler version
configure:3745: clang --version >&5
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.4.0
Thread model: posix
configure:3756: $? = 0
configure:3745: clang -v >&5
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.4.0
Thread model: posix
configure:3756: $? = 0
configure:3745: clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3756: $? = 1
configure:3745: clang -qversion >&5
clang: error: no input files
configure:3756: $? = 1
configure:3776: checking whether the C compiler works
configure:3798: clang -O3 -Wno-error=shorten-64-to-32 -I'/Users/momonga/.rbenv/versions/2.0.0-p247/include' -L'/Users/momonga/.rbenv/versions/2.0.0-p247/lib' -arch x86_64 -Wall -undefined dynamic_lookup -bundle conftest.c >&5
ld: warning: directory not found for option '-L'/Users/momonga/.rbenv/versions/2.0.0-p247/lib''
configure:3802: $? = 0
configure:3850: result: yes
configure:3853: checking for C compiler default output file name
configure:3855: result: a.out
configure:3861: checking for suffix of executables
configure:3868: clang -o conftest -O3 -Wno-error=shorten-64-to-32 -I'/Users/momonga/.rbenv/versions/2.0.0-p247/include' -L'/Users/momonga/.rbenv/versions/2.0.0-p247/lib' -arch x86_64 -Wall -undefined dynamic_lookup -bundle conftest.c >&5
ld: warning: directory not found for option '-L'/Users/momonga/.rbenv/versions/2.0.0-p247/lib''
configure:3872: $? = 0
configure:3894: result:
configure:3916: checking whether we are cross compiling
configure:3924: clang -o conftest -O3 -Wno-error=shorten-64-to-32 -I'/Users/momonga/.rbenv/versions/2.0.0-p247/include' -L'/Users/momonga/.rbenv/versions/2.0.0-p247/lib' -arch x86_64 -Wall -undefined dynamic_lookup -bundle conftest.c >&5
ld: warning: directory not found for option '-L'/Users/momonga/.rbenv/versions/2.0.0-p247/lib''
configure:3928: $? = 0
configure:3935: ./conftest
./configure: line 3937: ./conftest: cannot execute binary file
configure:3939: $? = 126
configure:3946: error: in `/var/folders/jf/9wcyvc712dgbrnx19dxlrfy80000gn/T/ruby-build.20130826234758.77246/ruby-2.0.0-p247':
configure:3948: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.4.0
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=' -O3 -Wno-error=shorten-64-to-32 '
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I'\''/Users/momonga/.rbenv/versions/2.0.0-p247/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=set
ac_cv_env_CXX_value=clang
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L'\''/Users/momonga/.rbenv/versions/2.0.0-p247/lib'\'' -arch x86_64 -Wall -undefined dynamic_lookup -bundle'
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_host=x86_64-apple-darwin12.4.0
ac_cv_prog_CC=clang
ac_cv_prog_CXX=clang
ac_cv_target=x86_64-apple-darwin12.4.0
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALLOCA=''
AR=''
ARCHFILE=''
ARCH_FLAG=''
AS=''
ASFLAGS=''
BASERUBY='ruby --disable=gems'
BTESTRUBY=''
BUILTIN_ENCOBJS=''
BUILTIN_TRANSOBJS=''
BUILTIN_TRANSSRCS=''
CAPITARGET=''
CC='clang'
CCDLFLAGS=''
CFLAGS=' -O3 -Wno-error=shorten-64-to-32 '
CHDIR=''
COMMON_HEADERS=''
COMMON_LIBS=''
COMMON_MACROS=''
COUTFLAG=''
CP=''
CPP=''
CPPFLAGS='-I'\''/Users/momonga/.rbenv/versions/2.0.0-p247/include'\'' '
CPPOUTFILE=''
CROSS_COMPILING=''
CXX='clang'
CXXFLAGS=''
DEFS=''
DLDFLAGS=''
DLDLIBS=''
DLEXT2=''
DLEXT=''
DLLWRAP=''
DLNOBJ=''
DOT=''
DOXYGEN=''
DTRACE=''
DTRACE_EXT=''
DTRACE_GLOMMED_OBJ=''
DTRACE_OBJ=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
ENABLE_SHARED=''
ENCOBJS=''
EXECUTABLE_EXTS=''
EXEEXT=''
EXPORT_PREFIX=''
EXTDLDFLAGS=''
EXTLDFLAGS=''
EXTOBJS=''
EXTOUT=''
EXTSTATIC=''
GCC=''
GNU_LD=''
GREP=''
INSTALLDOC=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LD=''
LDFLAGS='-L'\''/Users/momonga/.rbenv/versions/2.0.0-p247/lib'\'' -arch x86_64 -Wall -undefined dynamic_lookup -bundle'
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=''
LTLIBOBJS=''
MAINLIBS=''
MAJOR='2'
MAKEDIRS=''
MAKEFILES=''
MANTYPE=''
MINIOBJS=''
MINIRUBY=''
MINOR='0'
MKDIR_P=''
NACL_SDK_ROOT=''
NACL_SDK_VARIANT=''
NACL_TOOLCHAIN=''
NM=''
NROFF=''
NULLCMD=''
OBJCOPY=''
OBJDUMP=''
OBJEXT=''
OUTFLAG=''
PACKAGE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
PLATFORM_DIR=''
POSTLINK=''
PREP=''
PYTHON=''
RANLIB=''
RDOCTARGET=''
RI_BASE_NAME=''
RM=''
RMALL=''
RMDIR=''
RMDIRS=''
RPATHFLAG=''
RUBYW_BASE_NAME='rubyw'
RUBYW_INSTALL_NAME=''
RUBY_BASE_NAME='ruby'
RUBY_INSTALL_NAME=''
RUBY_PROGRAM_VERSION='2.0.0'
RUBY_RELEASE_DATE='2013-06-27'
RUBY_SO_NAME=''
RUBY_VERSION_NAME='${RUBY_BASE_NAME}-${ruby_version}'
RUNRUBY=''
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=''
ac_ct_CXX=''
ac_ct_OBJCOPY=''
ac_ct_OBJDUMP=''
arch=''
archincludedir=''
archlibdir=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.4.0'
build_vendor='apple'
cflags=''
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-darwin12.4.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.4.0'
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=''
pdfdir='${docdir}'
prefix='/Users/momonga/.rbenv/versions/2.0.0-p247'
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-darwin12.4.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin12.4.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 RUBY_BASE_NAME "ruby" !<verconf>!
#define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION !<verconf>!
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment