Skip to content

Instantly share code, notes, and snippets.

@aaronharnly
Created August 19, 2012 16:50
Show Gist options
  • Save aaronharnly/3396206 to your computer and use it in GitHub Desktop.
Save aaronharnly/3396206 to your computer and use it in GitHub Desktop.
brew install erlang: 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 --disable-debug --prefix=/usr/local/Cellar/erlang/R15B01 --enable-kernel-poll --enable-threads --enable-dynamic-ssl-lib --enable-shared-zlib --enable-smp-support --with-dynamic-trace=dtrace --enable-hipe --enable-darwin-64bit
## --------- ##
## Platform. ##
## --------- ##
hostname = aharnly-retina.local
uname -m = x86_64
uname -r = 12.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~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.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 177 tasks, 951 threads, 8 processors
Load average: 2.16, Mach factor: 5.83
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/share/python
PATH: /Users/aharnly/private-software/crossplatform/bin
PATH: /Users/aharnly/software/crossplatform/bin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/X11R6/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: .
PATH: /Users/aharnly/wgen-software/crossplatform/bin
PATH: /Users/aharnly/wgen-software/Darwin-x86_64/bin
PATH: /Users/aharnly/external-software/Darwin-x86_64/stow/instantclient_10_2_32bit
PATH: /usr/local/Library/Contributions/cmds
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2132: checking build system type
configure:2146: result: i386-apple-darwin12.0.0
configure:2166: checking host system type
configure:2179: result: i386-apple-darwin12.0.0
configure:2280: checking for gcc
configure:2307: result: /usr/bin/clang
configure:2536: checking for C compiler version
configure:2545: /usr/bin/clang --version >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.0
Thread model: posix
configure:2556: $? = 0
configure:2545: /usr/bin/clang -v >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.0
Thread model: posix
configure:2556: $? = 0
configure:2545: /usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2556: $? = 1
configure:2545: /usr/bin/clang -qversion >&5
clang: error: no input files
configure:2556: $? = 1
configure:2576: checking whether the C compiler works
configure:2598: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:2602: $? = 0
configure:2650: result: yes
configure:2653: checking for C compiler default output file name
configure:2655: result: a.out
configure:2661: checking for suffix of executables
configure:2668: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:2672: $? = 0
configure:2694: result:
configure:2716: checking whether we are cross compiling
configure:2724: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5
configure:2728: $? = 0
configure:2735: ./conftest
configure:2739: $? = 0
configure:2754: result: no
configure:2759: checking for suffix of object files
configure:2781: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:2785: $? = 0
configure:2806: result: o
configure:2810: checking whether we are using the GNU C compiler
configure:2829: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:2829: $? = 0
configure:2838: result: yes
configure:2847: checking whether /usr/bin/clang accepts -g
configure:2867: /usr/bin/clang -c -g -isystem /usr/local/include conftest.c >&5
configure:2867: $? = 0
configure:2908: result: yes
configure:2925: checking for /usr/bin/clang option to accept ISO C89
configure:2988: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.c >&5
configure:2988: $? = 0
configure:3001: result: none needed
configure:3133: checking for C++ compiler version
configure:3142: /usr/bin/clang++ --version >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.0
Thread model: posix
configure:3153: $? = 0
configure:3142: /usr/bin/clang++ -v >&5
Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.0.0
Thread model: posix
configure:3153: $? = 0
configure:3142: /usr/bin/clang++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3153: $? = 1
configure:3142: /usr/bin/clang++ -qversion >&5
clang: error: no input files
configure:3153: $? = 1
configure:3157: checking whether we are using the GNU C++ compiler
configure:3176: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isystem /usr/local/include conftest.cpp >&5
configure:3176: $? = 0
configure:3185: result: yes
configure:3194: checking whether /usr/bin/clang++ accepts -g
configure:3214: /usr/bin/clang++ -c -g -isystem /usr/local/include conftest.cpp >&5
configure:3214: $? = 0
configure:3255: result: yes
configure:3321: checking for ld
configure:3348: result: /usr/bin/clang
configure:3374: checking for GNU make
configure:3408: result: yes (make)
configure:3428: checking for a BSD-compatible install
configure:3496: result: /usr/local/bin/ginstall -c
configure:3514: checking whether ln -s works
configure:3518: result: yes
configure:3568: checking for ranlib
configure:3584: found /usr/bin/ranlib
configure:3595: result: ranlib
configure:3621: checking ERTS version
configure:3624: result: 5.9.1
configure:3628: checking OTP release
configure:3631: result: R15B01
configure:4011: 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 aharnly-retina.local
config.status:773: creating Makefile
config.status:876: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status:773: creating make/emd2exml
configure:5094: === configuring in lib (/private/tmp/homebrew-erlang-R15B01-aZC2/erlang-otp-079e06a/lib)
configure:5157: running /bin/sh /private/tmp/homebrew-erlang-R15B01-aZC2/erlang-otp-079e06a/lib/configure --disable-option-checking '--prefix=/usr/local/Cellar/erlang/R15B01' '--disable-debug' '--enable-kernel-poll' '--enable-threads' '--enable-dynamic-ssl-lib' '--enable-shared-zlib' '--enable-smp-support' '--with-dynamic-trace=dtrace' '--enable-hipe' '--enable-darwin-64bit' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8' 'CPPFLAGS=-isystem /usr/local/include' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8' 'LD=/usr/bin/clang' 'LDFLAGS=-L/usr/local/lib' --cache-file=/dev/null --srcdir=/private/tmp/homebrew-erlang-R15B01-aZC2/erlang-otp-079e06a/lib
configure:5094: === configuring in erts (/private/tmp/homebrew-erlang-R15B01-aZC2/erlang-otp-079e06a/erts)
configure:5157: running /bin/sh /private/tmp/homebrew-erlang-R15B01-aZC2/erlang-otp-079e06a/erts/configure --disable-option-checking '--prefix=/usr/local/Cellar/erlang/R15B01' '--disable-debug' '--enable-kernel-poll' '--enable-threads' '--enable-dynamic-ssl-lib' '--enable-shared-zlib' '--enable-smp-support' '--with-dynamic-trace=dtrace' '--enable-hipe' '--enable-darwin-64bit' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8' 'CPPFLAGS=-isystem /usr/local/include' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8' 'LD=/usr/bin/clang' 'LDFLAGS=-L/usr/local/lib' --cache-file=/dev/null --srcdir=/private/tmp/homebrew-erlang-R15B01-aZC2/erlang-otp-079e06a/erts
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin12.0.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
ac_cv_env_CFLAG_RUNTIME_LIBRARY_PATH_set=
ac_cv_env_CFLAG_RUNTIME_LIBRARY_PATH_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-isystem /usr/local/include'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/clang++
ac_cv_env_DED_LDFLAGS_set=
ac_cv_env_DED_LDFLAGS_value=
ac_cv_env_DED_LD_FLAG_RUNTIME_LIBRARY_PATH_set=
ac_cv_env_DED_LD_FLAG_RUNTIME_LIBRARY_PATH_value=
ac_cv_env_DED_LD_set=
ac_cv_env_DED_LD_value=
ac_cv_env_ERL_TOP_set=
ac_cv_env_ERL_TOP_value=
ac_cv_env_GETCONF_set=
ac_cv_env_GETCONF_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/local/lib
ac_cv_env_LD_set=set
ac_cv_env_LD_value=/usr/bin/clang
ac_cv_env_LFS_CFLAGS_set=
ac_cv_env_LFS_CFLAGS_value=
ac_cv_env_LFS_LDFLAGS_set=
ac_cv_env_LFS_LDFLAGS_value=
ac_cv_env_LFS_LIBS_set=
ac_cv_env_LFS_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_STATIC_CFLAGS_set=
ac_cv_env_STATIC_CFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_erl_xcomp_after_morecore_hook_set=
ac_cv_env_erl_xcomp_after_morecore_hook_value=
ac_cv_env_erl_xcomp_bigendian_set=
ac_cv_env_erl_xcomp_bigendian_value=
ac_cv_env_erl_xcomp_clock_gettime_cpu_time_set=
ac_cv_env_erl_xcomp_clock_gettime_cpu_time_value=
ac_cv_env_erl_xcomp_dlsym_brk_wrappers_set=
ac_cv_env_erl_xcomp_dlsym_brk_wrappers_value=
ac_cv_env_erl_xcomp_getaddrinfo_set=
ac_cv_env_erl_xcomp_getaddrinfo_value=
ac_cv_env_erl_xcomp_gethrvtime_procfs_ioctl_set=
ac_cv_env_erl_xcomp_gethrvtime_procfs_ioctl_value=
ac_cv_env_erl_xcomp_isysroot_set=
ac_cv_env_erl_xcomp_isysroot_value=
ac_cv_env_erl_xcomp_kqueue_set=
ac_cv_env_erl_xcomp_kqueue_value=
ac_cv_env_erl_xcomp_linux_clock_gettime_correction_set=
ac_cv_env_erl_xcomp_linux_clock_gettime_correction_value=
ac_cv_env_erl_xcomp_linux_nptl_set=
ac_cv_env_erl_xcomp_linux_nptl_value=
ac_cv_env_erl_xcomp_linux_usable_sigaltstack_set=
ac_cv_env_erl_xcomp_linux_usable_sigaltstack_value=
ac_cv_env_erl_xcomp_linux_usable_sigusrx_set=
ac_cv_env_erl_xcomp_linux_usable_sigusrx_value=
ac_cv_env_erl_xcomp_poll_set=
ac_cv_env_erl_xcomp_poll_value=
ac_cv_env_erl_xcomp_putenv_copy_set=
ac_cv_env_erl_xcomp_putenv_copy_value=
ac_cv_env_erl_xcomp_reliable_fpe_set=
ac_cv_env_erl_xcomp_reliable_fpe_value=
ac_cv_env_erl_xcomp_sysroot_set=
ac_cv_env_erl_xcomp_sysroot_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=i386-apple-darwin12.0.0
ac_cv_objext=o
ac_cv_path_install='/usr/local/bin/ginstall -c'
ac_cv_prog_ac_ct_CC=/usr/bin/clang
ac_cv_prog_ac_ct_LD=/usr/bin/clang
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR=''
BOOTSTRAP_ONLY='no'
CC='/usr/bin/clang'
CFLAGS='-m64 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
CFLAG_RUNTIME_LIBRARY_PATH=''
CPP=''
CPPFLAGS='-isystem /usr/local/include'
CROSS_COMPILING='no'
CXX='/usr/bin/clang++'
CXXFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8'
DED_LD=''
DED_LDFLAGS=''
DED_LD_FLAG_RUNTIME_LIBRARY_PATH=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
ERL_TOP='/private/tmp/homebrew-erlang-R15B01-aZC2/erlang-otp-079e06a'
ERTS_VSN='5.9.1'
EXEEXT=''
GETCONF=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/usr/bin/clang'
LDFLAGS='-m64 -L/usr/local/lib'
LFS_CFLAGS=''
LFS_LDFLAGS=''
LFS_LIBS=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE_PROG='make'
NATIVE_LIBS_ENABLED=''
OBJEXT='o'
OTP_REL='R15B01'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/sh'
STATIC_CFLAGS=''
TARGET='i386-apple-darwin12.0.0'
ac_ct_CC='/usr/bin/clang'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='i386-apple-darwin12.0.0'
build_alias=''
build_cpu='i386'
build_os='darwin12.0.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
erl_xcomp_after_morecore_hook=''
erl_xcomp_bigendian=''
erl_xcomp_clock_gettime_cpu_time=''
erl_xcomp_dlsym_brk_wrappers=''
erl_xcomp_getaddrinfo=''
erl_xcomp_gethrvtime_procfs_ioctl=''
erl_xcomp_isysroot=''
erl_xcomp_kqueue=''
erl_xcomp_linux_clock_gettime_correction=''
erl_xcomp_linux_nptl=''
erl_xcomp_linux_usable_sigaltstack=''
erl_xcomp_linux_usable_sigusrx=''
erl_xcomp_poll=''
erl_xcomp_putenv_copy=''
erl_xcomp_reliable_fpe=''
erl_xcomp_sysroot=''
exec_prefix='${prefix}'
host='i386-apple-darwin12.0.0'
host_alias=''
host_cpu='i386'
host_os='darwin12.0.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'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/erlang/R15B01'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' lib erts'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment