Created
February 22, 2012 00:03
-
-
Save jimklo/1880026 to your computer and use it in GitHub Desktop.
CouchDB compile error on OS X Snow Leopard
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
Here's the command I executed: | |
rake plugins="https://github.com/couchbase/geocouch.git origin/couchdb1.1.x" git="git://git.apache.org/couchdb.git tags/1.1.1" install=/Applications/CouchDB/dependencies couchdb_build=/Applications/CouchDB/1.1.1 |
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
STDOUT Setting otp_keep="*" for building plugins | |
STDOUT Making file task: https://github.com/couchbase/geocouch.git origin/couchdb1.1.x | |
STDOUT file /Applications/CouchDB/1.1.1/lib/couchdb/plugins/couchdb1.1.x => https://github.com/couchbase/geocouch.git origin/couchdb1.1.x | |
STDOUT Build CouchDB commit: 106ba9ded5ae939fe03d806d302c664ae7499466 | |
STDERR ./buildconf | |
STDOUT buildconf: autoconf version 2.61 (ok) | |
STDOUT buildconf: autom4te version 2.61 (ok) | |
STDOUT buildconf: autoheader version 2.61 (ok) | |
STDOUT buildconf: automake version 1.10 (ok) | |
STDOUT buildconf: aclocal version 1.10 (ok) | |
STDOUT buildconf: libtool version 2.2.4 (ok) | |
STDOUT buildconf: libtoolize found | |
STDOUT buildconf: GNU m4 version 1.4.6 (ok) | |
STDOUT buildconf: running libtoolize | |
STDOUT buildconf: running aclocal | |
STDOUT buildconf: running aclocal hack to convert all mv to mv -f | |
STDOUT buildconf: running autoheader | |
STDOUT buildconf: cp lib/curl_config.h.in src/curl_config.h.in | |
STDOUT buildconf: running autoconf | |
STDOUT buildconf: running automake | |
STDERR configure.ac:174: installing `./config.sub' | |
STDERR configure.ac:174: installing `./config.guess' | |
STDERR docs/examples/Makefile.am: installing `./depcomp' | |
STDOUT buildconf: OK | |
STDERR env LDFLAGS='-Xlinker -rpath=/Applications/CouchDB/dependencies/lib -L/Applications/CouchDB/dependencies/lib' CPPFLAGS='-I/Applications/CouchDB/dependencies/include -I/Applications/CouchDB/dependencies/include/js' /Applications/CouchDB/build-couchdb/dependencies/curl/configure --prefix='/Applications/CouchDB/dependencies' --with-js-include='/Applications/CouchDB/dependencies/include/js' --with-js-lib='/Applications/CouchDB/dependencies/lib' --with-erlang=/Applications/CouchDB/dependencies/lib/erlang/usr/include | |
STDOUT checking whether to enable maintainer-specific portions of Makefiles... no | |
STDOUT checking whether to enable debug build options... no | |
STDOUT checking whether to enable compiler optimizer... (assumed) yes | |
STDOUT checking whether to enable strict compiler warnings... no | |
STDOUT checking whether to enable compiler warnings as errors... no | |
STDOUT checking whether to enable curl debug memory tracking... no | |
STDOUT checking whether to enable c-ares for DNS lookups... no | |
STDOUT checking for sed... /usr/bin/sed | |
STDOUT checking for grep... /usr/bin/grep | |
STDOUT checking for egrep... /usr/bin/grep -E | |
STDOUT checking for ar... /usr/bin/ar | |
STDOUT checking for a BSD-compatible install... /usr/bin/install -c | |
STDOUT checking whether build environment is sane... yes | |
STDOUT checking for a thread-safe mkdir -p... /Applications/CouchDB/build-couchdb/dependencies/curl/install-sh -c -d | |
STDOUT checking for gawk... no | |
STDOUT checking for mawk... no | |
STDOUT checking for nawk... no | |
STDOUT checking for awk... awk | |
STDOUT checking whether make sets $(MAKE)... yes | |
STDOUT checking curl version... 7.22.0-DEV | |
STDOUT checking build system type... i386-apple-darwin10.8.0 | |
STDOUT checking host system type... i386-apple-darwin10.8.0 | |
STDOUT checking for style of include used by make... GNU | |
STDOUT checking for gcc... gcc | |
STDOUT checking for C compiler default output file name... | |
STDERR configure: error: C compiler cannot create executables | |
STDERR See `config.log' for more details. | |
STDOUT == Output of config.log == | |
STDERR cat config.log | |
STDOUT This file contains any messages produced by compilers while | |
STDOUT running configure, to aid debugging if configure makes a mistake. | |
STDOUT | |
STDOUT It was created by curl configure -, which was | |
STDOUT generated by GNU Autoconf 2.61. Invocation command line was | |
STDOUT | |
STDOUT $ /Applications/CouchDB/build-couchdb/dependencies/curl/configure --prefix=/Applications/CouchDB/dependencies --with-js-include=/Applications/CouchDB/dependencies/include/js --with-js-lib=/Applications/CouchDB/dependencies/lib --with-erlang=/Applications/CouchDB/dependencies/lib/erlang/usr/include | |
STDOUT | |
STDOUT ## --------- ## | |
STDOUT ## Platform. ## | |
STDOUT ## --------- ## | |
STDOUT | |
STDOUT hostname = Jim-Klos-MacBook-Pro.local | |
STDOUT uname -m = i386 | |
STDOUT uname -r = 10.8.0 | |
STDOUT uname -s = Darwin | |
STDOUT uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 | |
STDOUT | |
STDOUT /usr/bin/uname -p = i386 | |
STDOUT /bin/uname -X = unknown | |
STDOUT | |
STDOUT /bin/arch = unknown | |
STDOUT /usr/bin/arch -k = unknown | |
STDOUT /usr/convex/getsysinfo = unknown | |
STDOUT /usr/bin/hostinfo = Mach kernel version: | |
STDOUT Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 | |
STDOUT Kernel configured for up to 4 processors. | |
STDOUT 2 processors are physically available. | |
STDOUT 4 processors are logically available. | |
STDOUT Processor type: i486 (Intel 80486) | |
STDOUT Processors active: 0 1 2 3 | |
STDOUT Primary memory available: 8.00 gigabytes | |
STDOUT Default processor set: 152 tasks, 799 threads, 4 processors | |
STDOUT Load average: 1.14, Mach factor: 2.85 | |
STDOUT /bin/machine = unknown | |
STDOUT /usr/bin/oslevel = unknown | |
STDOUT /bin/universe = unknown | |
STDOUT | |
STDOUT PATH: /Applications/CouchDB/dependencies/bin | |
STDOUT PATH: /Users/jklo/bin | |
STDOUT PATH: /usr/local/bin | |
STDOUT PATH: /usr/bin | |
STDOUT PATH: /bin | |
STDOUT PATH: /usr/sbin | |
STDOUT PATH: /sbin | |
STDOUT PATH: /usr/local/bin | |
STDOUT PATH: /usr/local/MacGPG2/bin | |
STDOUT PATH: /usr/X11/bin | |
STDOUT PATH: /Users/jklo/.ec2/bin | |
STDOUT | |
STDOUT | |
STDOUT ## ----------- ## | |
STDOUT ## Core tests. ## | |
STDOUT ## ----------- ## | |
STDOUT | |
STDOUT configure:2177: checking whether to enable maintainer-specific portions of Makefiles | |
STDOUT configure:2186: result: no | |
STDOUT configure:2201: checking whether to enable debug build options | |
STDOUT configure:2220: result: no | |
STDOUT configure:2224: checking whether to enable compiler optimizer | |
STDOUT configure:2245: result: (assumed) yes | |
STDOUT configure:2257: checking whether to enable strict compiler warnings | |
STDOUT configure:2276: result: no | |
STDOUT configure:2280: checking whether to enable compiler warnings as errors | |
STDOUT configure:2299: result: no | |
STDOUT configure:2303: checking whether to enable curl debug memory tracking | |
STDOUT configure:2322: result: no | |
STDOUT configure:2336: checking whether to enable c-ares for DNS lookups | |
STDOUT configure:2358: result: no | |
STDOUT configure:2380: checking for sed | |
STDOUT configure:2399: found /usr/bin/sed | |
STDOUT configure:2412: result: /usr/bin/sed | |
STDOUT configure:2431: checking for grep | |
STDOUT configure:2450: found /usr/bin/grep | |
STDOUT configure:2463: result: /usr/bin/grep | |
STDOUT configure:2481: checking for egrep | |
STDOUT configure:2484: result: /usr/bin/grep -E | |
STDOUT configure:2586: checking for ar | |
STDOUT configure:2605: found /usr/bin/ar | |
STDOUT configure:2617: result: /usr/bin/ar | |
STDOUT configure:2704: checking for a BSD-compatible install | |
STDERR git ls-files --others --ignored --exclude-standard | xargs rm || true | |
STDOUT configure:2760: result: /usr/bin/install -c | |
STDOUT configure:2771: checking whether build environment is sane | |
STDOUT configure:2814: result: yes | |
STDOUT configure:2842: checking for a thread-safe mkdir -p | |
STDOUT configure:2881: result: /Applications/CouchDB/build-couchdb/dependencies/curl/install-sh -c -d | |
STDOUT configure:2894: checking for gawk | |
STDOUT configure:2924: result: no | |
STDOUT configure:2894: checking for mawk | |
STDOUT configure:2924: result: no | |
STDOUT configure:2894: checking for nawk | |
STDOUT configure:2924: result: no | |
STDOUT configure:2894: checking for awk | |
STDOUT configure:2910: found /usr/bin/awk | |
STDOUT configure:2921: result: awk | |
STDOUT configure:2932: checking whether make sets $(MAKE) | |
STDOUT configure:2953: result: yes | |
STDOUT configure:3141: checking curl version | |
STDOUT configure:3143: result: 7.22.0-DEV | |
STDOUT configure:3186: checking build system type | |
STDOUT configure:3204: result: i386-apple-darwin10.8.0 | |
STDOUT configure:3226: checking host system type | |
STDOUT configure:3241: result: i386-apple-darwin10.8.0 | |
STDOUT configure:3281: checking for style of include used by make | |
STDOUT configure:3309: result: GNU | |
STDOUT configure:3382: checking for gcc | |
STDOUT configure:3398: found /usr/bin/gcc | |
STDOUT configure:3409: result: gcc | |
STDOUT configure:3647: checking for C compiler version | |
STDOUT configure:3654: gcc --version >&5 | |
STDOUT i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) | |
STDOUT Copyright (C) 2007 Free Software Foundation, Inc. | |
STDOUT This is free software; see the source for copying conditions. There is NO | |
STDOUT warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
STDOUT | |
STDOUT configure:3657: $? = 0 | |
STDOUT configure:3664: gcc -v >&5 | |
STDOUT Using built-in specs. | |
STDOUT Target: i686-apple-darwin10 | |
STDOUT Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 | |
STDOUT Thread model: posix | |
STDOUT gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) | |
STDOUT configure:3667: $? = 0 | |
STDOUT configure:3674: gcc -V >&5 | |
STDOUT gcc-4.2: argument to `-V' is missing | |
STDOUT configure:3677: $? = 1 | |
STDOUT configure:3699: checking for C compiler default output file name | |
STDOUT configure:3726: gcc -I/Applications/CouchDB/dependencies/include -I/Applications/CouchDB/dependencies/include/js -Xlinker -rpath=/Applications/CouchDB/dependencies/lib -L/Applications/CouchDB/dependencies/lib conftest.c >&5 | |
STDOUT ld: unknown option: -rpath=/Applications/CouchDB/dependencies/lib | |
STDOUT collect2: ld returned 1 exit status | |
STDOUT configure:3729: $? = 1 | |
STDOUT configure:3767: result: | |
STDOUT configure: failed program was: | |
STDOUT | /* confdefs.h. */ | |
STDOUT | #define PACKAGE_NAME "curl" | |
STDOUT | #define PACKAGE_TARNAME "curl" | |
STDOUT | #define PACKAGE_VERSION "-" | |
STDOUT | #define PACKAGE_STRING "curl -" | |
STDOUT | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | |
STDOUT | #define PACKAGE "curl" | |
STDOUT | #define VERSION "-" | |
STDOUT | #define OS "i386-apple-darwin10.8.0" | |
STDOUT | /* end confdefs.h. */ | |
STDOUT | | |
STDOUT | int main (void) | |
STDOUT | { | |
STDOUT | | |
STDOUT | ; | |
STDOUT | return 0; | |
STDOUT | } | |
STDOUT configure:3774: error: C compiler cannot create executables | |
STDOUT See `config.log' for more details. | |
STDOUT | |
STDOUT ## ---------------- ## | |
STDOUT ## Cache variables. ## | |
STDOUT ## ---------------- ## | |
STDOUT | |
STDOUT ac_cv_build=i386-apple-darwin10.8.0 | |
STDOUT ac_cv_env_CC_set= | |
STDOUT ac_cv_env_CC_value= | |
STDOUT ac_cv_env_CFLAGS_set= | |
STDOUT ac_cv_env_CFLAGS_value= | |
STDOUT ac_cv_env_CPPFLAGS_set=set | |
STDOUT ac_cv_env_CPPFLAGS_value='-I/Applications/CouchDB/dependencies/include -I/Applications/CouchDB/dependencies/include/js' | |
STDOUT ac_cv_env_CPP_set= | |
STDOUT ac_cv_env_CPP_value= | |
STDOUT ac_cv_env_LDFLAGS_set=set | |
STDOUT ac_cv_env_LDFLAGS_value='-Xlinker -rpath=/Applications/CouchDB/dependencies/lib -L/Applications/CouchDB/dependencies/lib' | |
STDOUT ac_cv_env_LIBS_set= | |
STDOUT ac_cv_env_LIBS_value= | |
STDOUT ac_cv_env_build_alias_set= | |
STDOUT ac_cv_env_build_alias_value= | |
STDOUT ac_cv_env_host_alias_set= | |
STDOUT ac_cv_env_host_alias_value= | |
STDOUT ac_cv_env_target_alias_set= | |
STDOUT ac_cv_env_target_alias_value= | |
STDOUT ac_cv_host=i386-apple-darwin10.8.0 | |
STDOUT ac_cv_path_GREP=/usr/bin/grep | |
STDOUT ac_cv_path_SED=/usr/bin/sed | |
STDOUT ac_cv_path_ac_pt_AR=/usr/bin/ar | |
STDOUT ac_cv_path_install='/usr/bin/install -c' | |
STDOUT ac_cv_prog_AWK=awk | |
STDOUT ac_cv_prog_ac_ct_CC=gcc | |
STDOUT ac_cv_prog_make_make_set=yes | |
STDOUT curl_cv_PATH_SEPARATOR=: | |
STDOUT | |
STDOUT ## ----------------- ## | |
STDOUT ## Output variables. ## | |
STDOUT ## ----------------- ## | |
STDOUT | |
STDOUT ACLOCAL='${SHELL} "/Applications/CouchDB/build-couchdb/dependencies/curl/missing" --run aclocal-1.10' | |
STDOUT AMDEPBACKSLASH='\' | |
STDOUT AMDEP_FALSE='#' | |
STDOUT AMDEP_TRUE='' | |
STDOUT AMTAR='${SHELL} "/Applications/CouchDB/build-couchdb/dependencies/curl/missing" --run tar' | |
STDOUT AR='/usr/bin/ar' | |
STDOUT AS='' | |
STDOUT AUTOCONF='${SHELL} "/Applications/CouchDB/build-couchdb/dependencies/curl/missing" --run autoconf' | |
STDOUT AUTOHEADER='${SHELL} "/Applications/CouchDB/build-couchdb/dependencies/curl/missing" --run autoheader' | |
STDOUT AUTOMAKE='${SHELL} "/Applications/CouchDB/build-couchdb/dependencies/curl/missing" --run automake-1.10' | |
STDOUT AWK='awk' | |
STDOUT BUILD_LIBHOSTNAME_FALSE='' | |
STDOUT BUILD_LIBHOSTNAME_TRUE='' | |
STDOUT BUILD_UNITTESTS_FALSE='' | |
STDOUT BUILD_UNITTESTS_TRUE='' | |
STDOUT CC='gcc' | |
STDOUT CCDEPMODE='' | |
STDOUT CFLAGS='' | |
STDOUT CONFIGURE_OPTIONS='" '\''--prefix=/Applications/CouchDB/dependencies'\'' '\''--with-js-include=/Applications/CouchDB/dependencies/include/js'\'' '\''--with-js-lib=/Applications/CouchDB/dependencies/lib'\'' '\''--with-erlang=/Applications/CouchDB/dependencies/lib/erlang/usr/include'\'' '\''LDFLAGS=-Xlinker -rpath=/Applications/CouchDB/dependencies/lib -L/Applications/CouchDB/dependencies/lib'\'' '\''CPPFLAGS=-I/Applications/CouchDB/dependencies/include -I/Applications/CouchDB/dependencies/include/js'\''"' | |
STDOUT CPP='' | |
STDOUT CPPFLAGS='-I/Applications/CouchDB/dependencies/include -I/Applications/CouchDB/dependencies/include/js' | |
STDOUT CROSSCOMPILING_FALSE='' | |
STDOUT CROSSCOMPILING_TRUE='' | |
STDOUT CURLDEBUG_FALSE='' | |
STDOUT CURLDEBUG_TRUE='' | |
STDOUT CURLVERSION='7.22.0-DEV' | |
STDOUT CURL_CA_BUNDLE='' | |
STDOUT CURL_CFLAG_EXTRAS='' | |
STDOUT CURL_DISABLE_DICT='' | |
STDOUT CURL_DISABLE_FILE='' | |
STDOUT CURL_DISABLE_FTP='' | |
STDOUT CURL_DISABLE_GOPHER='' | |
STDOUT CURL_DISABLE_HTTP='' | |
STDOUT CURL_DISABLE_IMAP='' | |
STDOUT CURL_DISABLE_LDAP='' | |
STDOUT CURL_DISABLE_LDAPS='' | |
STDOUT CURL_DISABLE_POP3='' | |
STDOUT CURL_DISABLE_PROXY='' | |
STDOUT CURL_DISABLE_RTSP='' | |
STDOUT CURL_DISABLE_SMTP='' | |
STDOUT CURL_DISABLE_TELNET='' | |
STDOUT CURL_DISABLE_TFTP='' | |
STDOUT CURL_LIBS='' | |
STDOUT CURL_NETWORK_LIBS='' | |
STDOUT CYGPATH_W='echo' | |
STDOUT DEFS='' | |
STDOUT DEPDIR='.deps' | |
STDOUT DLLTOOL='' | |
STDOUT DSYMUTIL='' | |
STDOUT DUMPBIN='' | |
STDOUT ECHO_C='ECHO_N='' | |
STDOUT ECHO_T='' | |
STDOUT EGREP='/usr/bin/grep -E' | |
STDOUT ENABLE_SHARED='' | |
STDOUT EXEEXT='' | |
STDOUT FGREP='' | |
STDOUT GREP='/usr/bin/grep' | |
STDOUT HAVE_GNUTLS_SRP='' | |
STDOUT HAVE_LDAP_SSL='' | |
STDOUT HAVE_LIBZ='' | |
STDOUT HAVE_LIBZ_FALSE='' | |
STDOUT HAVE_LIBZ_TRUE='' | |
STDOUT HAVE_PK11_CREATEGENERICOBJECT='' | |
STDOUT HAVE_SSLEAY_SRP='' | |
STDOUT IDN_ENABLED='' | |
STDOUT INSTALL_DATA='${INSTALL} -m 644' | |
STDOUT INSTALL_PROGRAM='${INSTALL}' | |
STDOUT INSTALL_SCRIPT='${INSTALL}' | |
STDOUT INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
STDOUT IPV6_ENABLED='' | |
STDOUT KRB4_ENABLED='' | |
STDOUT LD='' | |
STDOUT LDFLAGS='-Xlinker -rpath=/Applications/CouchDB/dependencies/lib -L/Applications/CouchDB/dependencies/lib' | |
STDOUT LIBCURL_LIBS='' | |
STDOUT LIBOBJS='' | |
STDOUT LIBS='' | |
STDOUT LIBTOOL='' | |
STDOUT LIPO='' | |
STDOUT LN_S='' | |
STDOUT LTLIBOBJS='' | |
STDOUT MAINT='#' | |
STDOUT MAINTAINER_MODE_FALSE='' | |
STDOUT MAINTAINER_MODE_TRUE='#' | |
STDOUT MAKEINFO='${SHELL} "/Applications/CouchDB/build-couchdb/dependencies/curl/missing" --run makeinfo' | |
STDOUT MANOPT='' | |
STDOUT MIMPURE_FALSE='' | |
STDOUT MIMPURE_TRUE='' | |
STDOUT NM='' | |
STDOUT NMEDIT='' | |
STDOUT NO_UNDEFINED_FALSE='' | |
STDOUT NO_UNDEFINED_TRUE='' | |
STDOUT NROFF='' | |
STDOUT OBJDUMP='' | |
STDOUT OBJEXT='' | |
STDOUT OTOOL64='' | |
STDOUT OTOOL='' | |
STDOUT PACKAGE='curl' | |
STDOUT PACKAGE_BUGREPORT='a suitable curl mailing list: http://curl.haxx.se/mail/' | |
STDOUT PACKAGE_NAME='curl' | |
STDOUT PACKAGE_STRING='curl -' | |
STDOUT PACKAGE_TARNAME='curl' | |
STDOUT PACKAGE_VERSION='-' | |
STDOUT PATH='/Applications/CouchDB/dependencies/bin:/Users/jklo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/MacGPG2/bin:/usr/X11/bin:/Users/jklo/.ec2/bin' | |
STDOUT PATH_SEPARATOR=':' | |
STDOUT PERL='' | |
STDOUT PKGADD_NAME='cURL - a client that groks URLs' | |
STDOUT PKGADD_PKG='HAXXcurl' | |
STDOUT PKGADD_VENDOR='curl.haxx.se' | |
STDOUT PKGCONFIG='' | |
STDOUT RANDOM_FILE='' | |
STDOUT RANLIB='' | |
STDOUT REQUIRE_LIB_DEPS='' | |
STDOUT SED='/usr/bin/sed' | |
STDOUT SET_MAKE='' | |
STDOUT SHELL='/bin/sh' | |
STDOUT SONAME_BUMP_FALSE='' | |
STDOUT SONAME_BUMP_TRUE='' | |
STDOUT SSL_ENABLED='' | |
STDOUT STATICLIB_FALSE='' | |
STDOUT STATICLIB_TRUE='' | |
STDOUT STRIP='' | |
STDOUT SUPPORT_FEATURES='' | |
STDOUT SUPPORT_PROTOCOLS='' | |
STDOUT TEST_SERVER_LIBS='' | |
STDOUT USE_ARES='' | |
STDOUT USE_AXTLS='' | |
STDOUT USE_CYASSL='' | |
STDOUT USE_EMBEDDED_ARES_FALSE='' | |
STDOUT USE_EMBEDDED_ARES_TRUE='' | |
STDOUT USE_GNUTLS='' | |
STDOUT USE_LIBRTMP='' | |
STDOUT USE_LIBSSH2='' | |
STDOUT USE_MANUAL_FALSE='' | |
STDOUT USE_MANUAL_TRUE='' | |
STDOUT USE_NSS='' | |
STDOUT USE_OPENLDAP='' | |
STDOUT USE_POLARSSL='' | |
STDOUT USE_SSLEAY='' | |
STDOUT USE_WINDOWS_SSPI='' | |
STDOUT VERSION='-' | |
STDOUT VERSIONNUM='071600' | |
STDOUT ac_ct_CC='gcc' | |
STDOUT ac_ct_DUMPBIN='' | |
STDOUT am__fastdepCC_FALSE='' | |
STDOUT am__fastdepCC_TRUE='' | |
STDOUT am__include='include' | |
STDOUT am__isrc=' -I$(srcdir)' | |
STDOUT am__leading_dot='.' | |
STDOUT am__quote='' | |
STDOUT am__tar='${AMTAR} chof - "$$tardir"' | |
STDOUT am__untar='${AMTAR} xf -' | |
STDOUT bindir='${exec_prefix}/bin' | |
STDOUT build='i386-apple-darwin10.8.0' | |
STDOUT build_alias='' | |
STDOUT build_cpu='i386' | |
STDOUT build_os='darwin10.8.0' | |
STDOUT build_vendor='apple' | |
STDOUT datadir='${datarootdir}' | |
STDOUT datarootdir='${prefix}/share' | |
STDOUT docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
STDOUT dvidir='${docdir}' | |
STDOUT exec_prefix='NONE' | |
STDOUT host='i386-apple-darwin10.8.0' | |
STDOUT host_alias='' | |
STDOUT host_cpu='i386' | |
STDOUT host_os='darwin10.8.0' | |
STDOUT host_vendor='apple' | |
STDOUT htmldir='${docdir}' | |
STDOUT includedir='${prefix}/include' | |
STDOUT infodir='${datarootdir}/info' | |
STDOUT install_sh='$(SHELL) /Applications/CouchDB/build-couchdb/dependencies/curl/install-sh' | |
STDOUT libdir='${exec_prefix}/lib' | |
STDOUT libexecdir='${exec_prefix}/libexec' | |
STDOUT libext='' | |
STDOUT localedir='${datarootdir}/locale' | |
STDOUT localstatedir='${prefix}/var' | |
STDOUT lt_ECHO='/bin/echo' | |
STDOUT mandir='${datarootdir}/man' | |
STDOUT mkdir_p='/Applications/CouchDB/build-couchdb/dependencies/curl/install-sh -c -d' | |
STDOUT oldincludedir='/usr/include' | |
STDOUT pdfdir='${docdir}' | |
STDOUT prefix='/Applications/CouchDB/dependencies' | |
STDOUT program_transform_name='s,x,x,' | |
STDOUT psdir='${docdir}' | |
STDOUT sbindir='${exec_prefix}/sbin' | |
STDOUT sharedstatedir='${prefix}/com' | |
STDOUT subdirs='' | |
STDOUT sysconfdir='${prefix}/etc' | |
STDOUT target_alias='' | |
STDOUT | |
STDOUT ## ----------- ## | |
STDOUT ## confdefs.h. ## | |
STDOUT ## ----------- ## | |
STDOUT | |
STDOUT #define PACKAGE_NAME "curl" | |
STDOUT #define PACKAGE_TARNAME "curl" | |
STDOUT #define PACKAGE_VERSION "-" | |
STDOUT #define PACKAGE_STRING "curl -" | |
STDOUT #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | |
STDOUT #define PACKAGE "curl" | |
STDOUT #define VERSION "-" | |
STDOUT #define OS "i386-apple-darwin10.8.0" | |
STDOUT | |
STDOUT configure: exit 77 | |
STDOUT == End of config.log == | |
STDERR rake aborted! | |
STDERR Command failed with status (77): [env LDFLAGS='-Xlinker -rpath=/Applications...] | |
STDERR | |
STDERR (See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment