Skip to content

Instantly share code, notes, and snippets.

@MaxPower15
Created April 15, 2012 20:58
Show Gist options
  • Save MaxPower15/2394782 to your computer and use it in GitHub Desktop.
Save MaxPower15/2394782 to your computer and use it in GitHub Desktop.
Attempt to install libevent via homebrew
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.68. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/libevent/2.0.17
## --------- ##
## Platform. ##
## --------- ##
hostname = Max-Schnurs-MacBook-Pro.local
uname -m = x86_64
uname -r = 11.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~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.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~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: 4.00 gigabytes
Default processor set: 110 tasks, 487 threads, 8 processors
Load average: 3.34, Mach factor: 4.64
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Applications/Xcode.app/Contents/Developer/usr/bin
PATH: /Users/maxschnur/Projects/apache-opennlp-1.5.2-incubating/bin
PATH: /Library/PostgreSQL/9.1/bin
PATH: /usr/local/Cellar/imagemagick/6.6.9-4/bin
PATH: /usr/local/Cellar/irssi/0.8.15/bin
PATH: /Users/maxschnur/node_modules/js2coffee/bin
PATH: /Users/maxschnur/node_modules/coffee-script/bin
PATH: /usr/local/Cellar/memcached/1.4.5/bin/
PATH: /usr/local/Cellar/ctags/5.8/bin
PATH: /usr/local/mysql/bin
PATH: /Users/maxschnur/.rvm/gems/ruby-1.9.1-p378@rails232/bin
PATH: /Users/maxschnur/.rvm/gems/ruby-1.9.1-p378@global/bin
PATH: /Users/maxschnur/.rvm/rubies/ruby-1.9.1-p378/bin
PATH: /Users/maxschnur/.rvm/bin
PATH: /Users/maxschnur/node_modules/uglify-js/bin
PATH: /Users/maxschnur/node_modules/jslint/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/local/Library/Contributions/cmds
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2613: checking for a BSD-compatible install
configure:2681: result: /usr/bin/install -c
configure:2692: checking whether build environment is sane
configure:2742: result: yes
configure:2883: checking for a thread-safe mkdir -p
configure:2922: result: ./install-sh -c -d
configure:2935: checking for gawk
configure:2965: result: no
configure:2935: checking for mawk
configure:2965: result: no
configure:2935: checking for nawk
configure:2965: result: no
configure:2935: checking for awk
configure:2951: found /usr/bin/awk
configure:2962: result: awk
configure:2973: checking whether make sets $(MAKE)
configure:2995: result: yes
configure:3089: checking build system type
configure:3103: result: x86_64-apple-darwin11.3.0
configure:3123: checking host system type
configure:3136: result: x86_64-apple-darwin11.3.0
configure:3212: checking for gcc
configure:3239: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
configure:3468: checking for C compiler version
configure:3477: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix
configure:3488: $? = 0
configure:3477: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix
configure:3488: $? = 0
configure:3477: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3488: $? = 1
configure:3477: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -qversion >&5
clang: error: no input files
configure:3488: $? = 1
configure:3508: checking whether the C compiler works
configure:3530: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5
ld: library not found for -lcrt1.10.6.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3534: $? = 1
configure:3572: result: no
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 PACKAGE "libevent"
| #define VERSION "2.0.17-stable"
| #define NUMERIC_VERSION 0x02001100
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3577: error: in `/private/tmp/homebrew-libevent-2.0.17-LnAq/libevent-2.0.17-stable':
configure:3579: error: C compiler cannot create executables
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin11.3.0
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_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_host=x86_64-apple-darwin11.3.0
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_ac_ct_CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
ac_cv_prog_make_make_set=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/homebrew-libevent-2.0.17-LnAq/libevent-2.0.17-stable/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /private/tmp/homebrew-libevent-2.0.17-LnAq/libevent-2.0.17-stable/missing --run tar'
AR=''
AUTOCONF='${SHELL} /private/tmp/homebrew-libevent-2.0.17-LnAq/libevent-2.0.17-stable/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-libevent-2.0.17-LnAq/libevent-2.0.17-stable/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-libevent-2.0.17-LnAq/libevent-2.0.17-stable/missing --run automake-1.11'
AWK='awk'
BUILD_CYGWIN_FALSE=''
BUILD_CYGWIN_TRUE=''
BUILD_REGRESS_FALSE=''
BUILD_REGRESS_TRUE=''
BUILD_WIN32_FALSE=''
BUILD_WIN32_TRUE=''
BUILD_WITH_NO_UNDEFINED_FALSE=''
BUILD_WITH_NO_UNDEFINED_TRUE=''
CC='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang'
CCDEPMODE=''
CFLAGS='-Os -w -pipe -march=native -Qunused-arguments'
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DEVPOLL_BACKEND_FALSE=''
DEVPOLL_BACKEND_TRUE=''
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
EPOLL_BACKEND_FALSE=''
EPOLL_BACKEND_TRUE=''
EVPORT_BACKEND_FALSE=''
EVPORT_BACKEND_TRUE=''
EV_LIB_GDI=''
EV_LIB_WS32=''
EXEEXT=''
FGREP=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LIBEVENT_FALSE=''
INSTALL_LIBEVENT_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
KQUEUE_BACKEND_FALSE=''
KQUEUE_BACKEND_TRUE=''
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang'
LDFLAGS=''
LIBEVENT_GC_SECTIONS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LIPO=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/homebrew-libevent-2.0.17-LnAq/libevent-2.0.17-stable/missing --run makeinfo'
MANIFEST_TOOL=''
MKDIR_P='./install-sh -c -d'
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OPENSSL_FALSE=''
OPENSSL_LIBS=''
OPENSSL_TRUE=''
OTOOL64=''
OTOOL=''
PACKAGE='libevent'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POLL_BACKEND_FALSE=''
POLL_BACKEND_TRUE=''
PTHREADS_FALSE=''
PTHREADS_TRUE=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB=''
SED=''
SELECT_BACKEND_FALSE=''
SELECT_BACKEND_TRUE=''
SET_MAKE=''
SHELL='/bin/sh'
SIGNAL_SUPPORT_FALSE=''
SIGNAL_SUPPORT_TRUE=''
STRIP=''
VERSION='2.0.17-stable'
ZLIB_LIBS=''
ZLIB_REGRESS_FALSE=''
ZLIB_REGRESS_TRUE=''
ac_ct_AR=''
ac_ct_CC='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang'
ac_ct_DUMPBIN=''
acx_pthread_config=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin11.3.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin11.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin11.3.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin11.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/homebrew-libevent-2.0.17-LnAq/libevent-2.0.17-stable/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/libevent/2.0.17'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
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 ""
#define PACKAGE "libevent"
#define VERSION "2.0.17-stable"
#define NUMERIC_VERSION 0x02001100
configure: exit 77
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment