Created
March 9, 2013 17:29
brew install -v couchdb fails
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by Apache CouchDB configure 1.2.1, which was | |
generated by GNU Autoconf 2.67. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/couchdb/1.2.1 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc --with-erlang=/usr/local/lib/erlang/usr/include --with-js-include=/usr/local/include/js --with-js-lib=/usr/local/lib | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Johnnys-MacBook-Air.local | |
uname -m = x86_64 | |
uname -r = 11.4.2 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~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.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/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: 147 tasks, 761 threads, 4 processors | |
Load average: 3.62, Mach factor: 1.15 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/help2man/bin | |
PATH: /usr/local/opt/nspr/bin | |
PATH: /usr/local/opt/spidermonkey/bin | |
PATH: /usr/local/opt/icu4c/bin | |
PATH: /usr/local/opt/erlang/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2885: checking for a BSD-compatible install | |
configure:2953: result: /usr/bin/install -c | |
configure:2964: checking whether build environment is sane | |
configure:3014: result: yes | |
configure:3155: checking for a thread-safe mkdir -p | |
configure:3194: result: build-aux/install-sh -c -d | |
configure:3207: checking for gawk | |
configure:3237: result: no | |
configure:3207: checking for mawk | |
configure:3237: result: no | |
configure:3207: checking for nawk | |
configure:3237: result: no | |
configure:3207: checking for awk | |
configure:3223: found /usr/bin/awk | |
configure:3234: result: awk | |
configure:3245: checking whether make sets $(MAKE) | |
configure:3267: result: yes | |
configure:3360: checking for style of include used by make | |
configure:3388: result: GNU | |
configure:3458: checking for gcc | |
configure:3485: result: cc | |
configure:3714: checking for C compiler version | |
configure:3723: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
configure:3734: $? = 0 | |
configure:3723: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/readline/include' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/icu4c/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/readline/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/icu4c/lib' | |
... rest of stderr output deleted ... | |
configure:3734: $? = 0 | |
configure:3723: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:3734: $? = 1 | |
configure:3723: cc -qversion >&5 | |
clang: error: no input files | |
configure:3734: $? = 1 | |
configure:3754: checking whether the C compiler works | |
configure:3776: cc conftest.c >&5 | |
configure:3780: $? = 0 | |
configure:3828: result: yes | |
configure:3831: checking for C compiler default output file name | |
configure:3833: result: a.out | |
configure:3839: checking for suffix of executables | |
configure:3846: cc -o conftest conftest.c >&5 | |
configure:3850: $? = 0 | |
configure:3872: result: | |
configure:3894: checking whether we are cross compiling | |
configure:3902: cc -o conftest conftest.c >&5 | |
configure:3906: $? = 0 | |
configure:3913: ./conftest | |
configure:3917: $? = 0 | |
configure:3932: result: no | |
configure:3937: checking for suffix of object files | |
configure:3959: cc -c conftest.c >&5 | |
configure:3963: $? = 0 | |
configure:3984: result: o | |
configure:3988: checking whether we are using the GNU C compiler | |
configure:4007: cc -c conftest.c >&5 | |
configure:4007: $? = 0 | |
configure:4016: result: yes | |
configure:4025: checking whether cc accepts -g | |
configure:4045: cc -c -g conftest.c >&5 | |
configure:4045: $? = 0 | |
configure:4086: result: yes | |
configure:4103: checking for cc option to accept ISO C89 | |
configure:4167: cc -c -g -O2 conftest.c >&5 | |
configure:4167: $? = 0 | |
configure:4180: result: none needed | |
configure:4202: checking dependency style of cc | |
configure:4312: result: gcc3 | |
configure:4333: checking how to run the C preprocessor | |
configure:4364: cc -E conftest.c | |
configure:4364: $? = 0 | |
configure:4378: cc -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4378: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.1" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4403: result: cc -E | |
configure:4423: cc -E conftest.c | |
configure:4423: $? = 0 | |
configure:4437: cc -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4437: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.1" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4466: checking for grep that handles long lines and -e | |
configure:4524: result: /usr/bin/grep | |
configure:4529: checking for egrep | |
configure:4591: result: /usr/bin/grep -E | |
configure:4596: checking for ANSI C header files | |
configure:4616: cc -c -g -O2 conftest.c >&5 | |
configure:4616: $? = 0 | |
configure:4689: cc -o conftest -g -O2 conftest.c >&5 | |
configure:4689: $? = 0 | |
configure:4689: ./conftest | |
configure:4689: $? = 0 | |
configure:4700: result: yes | |
configure:4713: checking for sys/types.h | |
configure:4713: cc -c -g -O2 conftest.c >&5 | |
configure:4713: $? = 0 | |
configure:4713: result: yes | |
configure:4713: checking for sys/stat.h | |
configure:4713: cc -c -g -O2 conftest.c >&5 | |
configure:4713: $? = 0 | |
configure:4713: result: yes | |
configure:4713: checking for stdlib.h | |
configure:4713: cc -c -g -O2 conftest.c >&5 | |
configure:4713: $? = 0 | |
configure:4713: result: yes | |
configure:4713: checking for string.h | |
configure:4713: cc -c -g -O2 conftest.c >&5 | |
configure:4713: $? = 0 | |
configure:4713: result: yes | |
configure:4713: checking for memory.h | |
configure:4713: cc -c -g -O2 conftest.c >&5 | |
configure:4713: $? = 0 | |
configure:4713: result: yes | |
configure:4713: checking for strings.h | |
configure:4713: cc -c -g -O2 conftest.c >&5 | |
configure:4713: $? = 0 | |
configure:4713: result: yes | |
configure:4713: checking for inttypes.h | |
configure:4713: cc -c -g -O2 conftest.c >&5 | |
configure:4713: $? = 0 | |
configure:4713: result: yes | |
configure:4713: checking for stdint.h | |
configure:4713: cc -c -g -O2 conftest.c >&5 | |
configure:4713: $? = 0 | |
configure:4713: result: yes | |
configure:4713: checking for unistd.h | |
configure:4713: cc -c -g -O2 conftest.c >&5 | |
configure:4713: $? = 0 | |
configure:4713: result: yes | |
configure:4726: checking minix/config.h usability | |
configure:4726: cc -c -g -O2 conftest.c >&5 | |
conftest.c:54:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:4726: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.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:4726: result: no | |
configure:4726: checking minix/config.h presence | |
configure:4726: cc -E conftest.c | |
conftest.c:21:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:4726: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.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:4726: result: no | |
configure:4726: checking for minix/config.h | |
configure:4726: result: no | |
configure:4747: checking whether it is safe to define __EXTENSIONS__ | |
configure:4765: cc -c -g -O2 conftest.c >&5 | |
configure:4765: $? = 0 | |
configure:4772: result: yes | |
configure:4898: checking for gcc | |
configure:4925: result: cc | |
configure:5154: checking for C compiler version | |
configure:5163: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
configure:5174: $? = 0 | |
configure:5163: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/readline/include' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/icu4c/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/readline/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/icu4c/lib' | |
... rest of stderr output deleted ... | |
configure:5174: $? = 0 | |
configure:5163: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:5174: $? = 1 | |
configure:5163: cc -qversion >&5 | |
clang: error: no input files | |
configure:5174: $? = 1 | |
configure:5178: checking whether we are using the GNU C compiler | |
configure:5206: result: yes | |
configure:5215: checking whether cc accepts -g | |
configure:5276: result: yes | |
configure:5293: checking for cc option to accept ISO C89 | |
configure:5370: result: none needed | |
configure:5392: checking dependency style of cc | |
configure:5502: result: gcc3 | |
configure:5546: checking build system type | |
configure:5560: result: x86_64-apple-darwin11.4.2 | |
configure:5580: checking host system type | |
configure:5593: result: x86_64-apple-darwin11.4.2 | |
configure:5613: checking for a sed that does not truncate output | |
configure:5677: result: /usr/local/Library/ENV/4.3/sed | |
configure:5695: checking for fgrep | |
configure:5757: result: /usr/bin/grep -F | |
configure:5792: checking for ld used by cc | |
configure:5859: result: /usr/bin/ld | |
configure:5866: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:5881: result: no | |
configure:5893: checking for BSD- or MS-compatible name lister (nm) | |
configure:5942: result: /usr/bin/nm | |
configure:6060: checking the name lister (/usr/bin/nm) interface | |
configure:6067: cc -c -g -O2 conftest.c >&5 | |
configure:6070: /usr/bin/nm "conftest.o" | |
configure:6073: output | |
0000000000000218 S _some_variable | |
configure:6080: result: BSD nm | |
configure:6083: checking whether ln -s works | |
configure:6087: result: yes | |
configure:6095: checking the maximum length of command line arguments | |
configure:6215: result: 196608 | |
configure:6232: checking whether the shell understands some XSI constructs | |
configure:6242: result: yes | |
configure:6246: checking whether the shell understands "+=" | |
configure:6252: result: yes | |
configure:6287: checking for /usr/bin/ld option to reload object files | |
configure:6294: result: -r | |
configure:6363: checking for objdump | |
configure:6393: result: no | |
configure:6419: checking how to recognize dependent libraries | |
configure:6615: result: pass_all | |
configure:6675: checking for ar | |
configure:6691: found /usr/bin/ar | |
configure:6702: result: ar | |
configure:6780: checking for strip | |
configure:6796: found /usr/bin/strip | |
configure:6807: result: strip | |
configure:6879: checking for ranlib | |
configure:6895: found /usr/bin/ranlib | |
configure:6906: result: ranlib | |
configure:6996: checking command to parse /usr/bin/nm output from cc object | |
configure:7114: cc -c -g -O2 conftest.c >&5 | |
configure:7117: $? = 0 | |
configure:7121: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm | |
configure:7124: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:7114: cc -c -g -O2 conftest.c >&5 | |
configure:7117: $? = 0 | |
configure:7121: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm | |
configure:7124: $? = 0 | |
configure:7178: cc -o conftest -g -O2 conftest.c conftstm.o >&5 | |
configure:7181: $? = 0 | |
configure:7219: result: ok | |
configure:7483: checking for dsymutil | |
configure:7499: found /usr/bin/dsymutil | |
configure:7510: result: dsymutil | |
configure:7575: checking for nmedit | |
configure:7591: found /usr/bin/nmedit | |
configure:7602: result: nmedit | |
configure:7667: checking for lipo | |
configure:7683: found /usr/bin/lipo | |
configure:7694: result: lipo | |
configure:7759: checking for otool | |
configure:7775: found /usr/bin/otool | |
configure:7786: result: otool | |
configure:7851: checking for otool64 | |
configure:7881: result: no | |
configure:7926: checking for -single_module linker flag | |
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:7953: result: yes | |
configure:7955: checking for -exported_symbols_list linker flag | |
configure:7975: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:7975: $? = 0 | |
configure:7985: result: yes | |
configure:8024: checking for dlfcn.h | |
configure:8024: cc -c -g -O2 conftest.c >&5 | |
configure:8024: $? = 0 | |
configure:8024: result: yes | |
configure:8446: checking for objdir | |
configure:8461: result: .libs | |
configure:8757: checking if cc supports -fno-rtti -fno-exceptions | |
configure:8775: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8779: $? = 0 | |
configure:8792: result: yes | |
configure:8812: checking for cc option to produce PIC | |
configure:9084: result: -fno-common -DPIC | |
configure:9096: checking if cc PIC flag -fno-common -DPIC works | |
configure:9114: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9118: $? = 0 | |
configure:9131: result: yes | |
configure:9155: checking if cc static flag -static works | |
configure:9183: result: no | |
configure:9198: checking if cc supports -c -o file.o | |
configure:9219: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:9223: $? = 0 | |
configure:9245: result: yes | |
configure:9253: checking if cc supports -c -o file.o | |
configure:9300: result: yes | |
configure:9333: checking whether the cc linker (/usr/bin/ld) supports shared libraries | |
configure:10324: result: yes | |
configure:10563: checking dynamic linker characteristics | |
configure:11226: result: darwin11.4.2 dyld | |
configure:11328: checking how to hardcode library paths into programs | |
configure:11353: result: immediate | |
configure:11873: checking whether stripping libraries is possible | |
configure:11887: result: yes | |
configure:11913: checking if libtool supports shared libraries | |
configure:11915: result: yes | |
configure:11918: checking whether to build shared libraries | |
configure:11939: result: yes | |
configure:11942: checking whether to build static libraries | |
configure:11946: result: no | |
configure:11982: checking whether ln -s works | |
configure:11986: result: yes | |
configure:12047: checking for pkg-config | |
configure:12080: result: no | |
configure:12230: checking for C++ compiler version | |
configure:12239: c++ --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
configure:12250: $? = 0 | |
configure:12239: c++ -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/readline/include' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/icu4c/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/readline/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/icu4c/lib' | |
... rest of stderr output deleted ... | |
configure:12250: $? = 0 | |
configure:12239: c++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:12250: $? = 1 | |
configure:12239: c++ -qversion >&5 | |
clang: error: no input files | |
configure:12250: $? = 1 | |
configure:12254: checking whether we are using the GNU C++ compiler | |
configure:12273: c++ -c conftest.cpp >&5 | |
configure:12273: $? = 0 | |
configure:12282: result: yes | |
configure:12291: checking whether c++ accepts -g | |
configure:12311: c++ -c -g conftest.cpp >&5 | |
configure:12311: $? = 0 | |
configure:12352: result: yes | |
configure:12377: checking dependency style of c++ | |
configure:12487: result: gcc3 | |
configure:12615: checking for C++ compiler version | |
configure:12624: c++ --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
configure:12635: $? = 0 | |
configure:12624: c++ -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.2 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/readline/include' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/icu4c/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/readline/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/icu4c/lib' | |
... rest of stderr output deleted ... | |
configure:12635: $? = 0 | |
configure:12624: c++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:12635: $? = 1 | |
configure:12624: c++ -qversion >&5 | |
clang: error: no input files | |
configure:12635: $? = 1 | |
configure:12639: checking whether we are using the GNU C++ compiler | |
configure:12667: result: yes | |
configure:12676: checking whether c++ accepts -g | |
configure:12737: result: yes | |
configure:12762: checking dependency style of c++ | |
configure:12872: result: gcc3 | |
configure:12895: checking how to run the C++ preprocessor | |
configure:12922: c++ -E conftest.cpp | |
configure:12922: $? = 0 | |
configure:12936: c++ -E conftest.cpp | |
conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12936: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.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 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12961: result: c++ -E | |
configure:12981: c++ -E conftest.cpp | |
configure:12981: $? = 0 | |
configure:12995: c++ -E conftest.cpp | |
conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12995: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.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 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:13163: checking for ld used by c++ | |
configure:13230: result: /usr/bin/ld | |
configure:13237: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:13252: result: no | |
configure:13307: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:14220: result: yes | |
configure:14248: c++ -c -g -O2 conftest.cpp >&5 | |
configure:14251: $? = 0 | |
configure:14433: checking for c++ option to produce PIC | |
configure:14750: result: -fno-common -DPIC | |
configure:14759: checking if c++ PIC flag -fno-common -DPIC works | |
configure:14777: c++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:14781: $? = 0 | |
configure:14794: result: yes | |
configure:14815: checking if c++ static flag -static works | |
configure:14843: result: no | |
configure:14855: checking if c++ supports -c -o file.o | |
configure:14876: c++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:14880: $? = 0 | |
configure:14902: result: yes | |
configure:14907: checking if c++ supports -c -o file.o | |
configure:14954: result: yes | |
configure:14984: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:15013: result: yes | |
configure:15150: checking dynamic linker characteristics | |
configure:15761: result: darwin11.4.2 dyld | |
configure:15812: checking how to hardcode library paths into programs | |
configure:15837: result: immediate | |
configure:15882: checking whether byte ordering is bigendian | |
configure:15897: c++ -c -g -O2 conftest.cpp >&5 | |
configure:15897: $? = 0 | |
configure:15942: c++ -c -g -O2 conftest.cpp >&5 | |
configure:15942: $? = 0 | |
configure:15960: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:35:8: error: use of undeclared identifier 'big' | |
not big endian | |
^ | |
1 error generated. | |
configure:15960: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.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 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16088: result: no | |
configure:16110: checking for stdint.h | |
configure:16110: result: yes | |
configure:16110: checking stddef.h usability | |
configure:16110: c++ -c -g -O2 conftest.cpp >&5 | |
configure:16110: $? = 0 | |
configure:16110: result: yes | |
configure:16110: checking stddef.h presence | |
configure:16110: c++ -E conftest.cpp | |
configure:16110: $? = 0 | |
configure:16110: result: yes | |
configure:16110: checking for stddef.h | |
configure:16110: result: yes | |
configure:16110: checking sys/mman.h usability | |
configure:16110: c++ -c -g -O2 conftest.cpp >&5 | |
configure:16110: $? = 0 | |
configure:16110: result: yes | |
configure:16110: checking sys/mman.h presence | |
configure:16110: c++ -E conftest.cpp | |
configure:16110: $? = 0 | |
configure:16110: result: yes | |
configure:16110: checking for sys/mman.h | |
configure:16110: result: yes | |
configure:16110: checking sys/resource.h usability | |
configure:16110: c++ -c -g -O2 conftest.cpp >&5 | |
configure:16110: $? = 0 | |
configure:16110: result: yes | |
configure:16110: checking sys/resource.h presence | |
configure:16110: c++ -E conftest.cpp | |
configure:16110: $? = 0 | |
configure:16110: result: yes | |
configure:16110: checking for sys/resource.h | |
configure:16110: result: yes | |
configure:16120: checking for mmap | |
configure:16120: c++ -o conftest -g -O2 conftest.cpp >&5 | |
configure:16120: $? = 0 | |
configure:16120: result: yes | |
configure:16126: checking if the compiler supports __builtin_expect | |
configure:16142: c++ -c -g -O2 conftest.cpp >&5 | |
configure:16142: $? = 0 | |
configure:16145: result: yes | |
configure:16162: checking if the compiler supports __builtin_ctzll | |
configure:16178: c++ -c -g -O2 conftest.cpp >&5 | |
configure:16178: $? = 0 | |
configure:16181: result: yes | |
configure:16221: checking for pthread_create in -lpthread | |
configure:16238: c++ -o conftest -g -O2 conftest.cpp -lpthread >&5 | |
conftest.cpp:38:1: error: no matching function for call to 'pthread_create' | |
pthread_create((void *)0, (void *)0, (void *)0, (void *)0) | |
^~~~~~~~~~~~~~ | |
/usr/include/pthread.h:304:11: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'pthread_t *' (aka '_opaque_pthread_t **') | |
int pthread_create(pthread_t * __restrict, | |
^ | |
1 error generated. | |
configure:16238: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.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 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_BUILTIN_EXPECT 1 | |
| #define HAVE_BUILTIN_CTZ 1 | |
| /* end confdefs.h. */ | |
| #include<pthread.h> | |
| int | |
| main () | |
| { | |
| pthread_create((void *)0, (void *)0, (void *)0, (void *)0) | |
| ; | |
| return 0; | |
| } | |
configure:16251: result: no | |
configure:16276: checking for erl | |
configure:16294: found /usr/local/opt/erlang/bin/erl | |
configure:16306: result: /usr/local/opt/erlang/bin/erl | |
configure:16928: checking jsapi.h usability | |
configure:16928: c++ -c -g -O2 -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include conftest.cpp >&5 | |
configure:16928: $? = 0 | |
configure:16928: result: yes | |
configure:16928: checking jsapi.h presence | |
configure:16928: c++ -E -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include conftest.cpp | |
configure:16928: $? = 0 | |
configure:16928: result: yes | |
configure:16928: checking for jsapi.h | |
configure:16928: result: yes | |
configure:17011: checking for JS_NewObject in -lmozjs | |
configure:17036: c++ -o conftest -g -O2 -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -L/usr/local/lib -L/opt/local/lib -L/usr/local/lib conftest.cpp -lmozjs -L/opt/local/lib -L/usr/local/lib >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: library not found for -lmozjs | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17036: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.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 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_BUILTIN_EXPECT 1 | |
| #define HAVE_BUILTIN_CTZ 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char JS_NewObject (); | |
| int | |
| main () | |
| { | |
| return JS_NewObject (); | |
| ; | |
| return 0; | |
| } | |
configure:17045: result: no | |
configure:17051: checking for JS_NewObject in -ljs | |
configure:17076: c++ -o conftest -g -O2 -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -L/usr/local/lib -L/opt/local/lib -L/usr/local/lib conftest.cpp -ljs -L/opt/local/lib -L/usr/local/lib >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: library not found for -ljs | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17076: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.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 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_BUILTIN_EXPECT 1 | |
| #define HAVE_BUILTIN_CTZ 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char JS_NewObject (); | |
| int | |
| main () | |
| { | |
| return JS_NewObject (); | |
| ; | |
| return 0; | |
| } | |
configure:17085: result: no | |
configure:17091: checking for JS_NewObject in -ljs3250 | |
configure:17116: c++ -o conftest -g -O2 -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -L/usr/local/lib -L/opt/local/lib -L/usr/local/lib conftest.cpp -ljs3250 -L/opt/local/lib -L/usr/local/lib >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: library not found for -ljs3250 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17116: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.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 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_BUILTIN_EXPECT 1 | |
| #define HAVE_BUILTIN_CTZ 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char JS_NewObject (); | |
| int | |
| main () | |
| { | |
| return JS_NewObject (); | |
| ; | |
| return 0; | |
| } | |
configure:17125: result: no | |
configure:17131: checking for JS_NewObject in -ljs32 | |
configure:17156: c++ -o conftest -g -O2 -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -L/usr/local/lib -L/opt/local/lib -L/usr/local/lib conftest.cpp -ljs32 -L/opt/local/lib -L/usr/local/lib >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: library not found for -ljs32 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17156: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.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 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_BUILTIN_EXPECT 1 | |
| #define HAVE_BUILTIN_CTZ 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char JS_NewObject (); | |
| int | |
| main () | |
| { | |
| return JS_NewObject (); | |
| ; | |
| return 0; | |
| } | |
configure:17165: result: no | |
configure:17171: checking for JS_NewObject in -lmozjs185-1.0 | |
configure:17196: c++ -o conftest -g -O2 -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -L/usr/local/lib -L/opt/local/lib -L/usr/local/lib conftest.cpp -lmozjs185-1.0 -L/opt/local/lib -L/usr/local/lib >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
Undefined symbols for architecture x86_64: | |
"_PR_AtomicDecrement", referenced from: | |
__ZL11StopRequestP9JSContext in libmozjs185-1.0.a(jsapi.o) | |
_JS_DropPrincipals in libmozjs185-1.0.a(jsapi.o) | |
__ZL14RunLastDitchGCP9JSContext in libmozjs185-1.0.a(jsgc.o) | |
js_EnterSharpObject(JSContext*, JSObject*, JSIdArray**, unsigned short**) in libmozjs185-1.0.a(jsobj.o) | |
js_LeaveSharpObject(JSContext*, JSIdArray**) in libmozjs185-1.0.a(jsobj.o) | |
js_LookupProperty(JSContext*, JSObject*, long, JSObject**, JSProperty**) in libmozjs185-1.0.a(jsobj.o) | |
js_LookupPropertyWithFlags(JSContext*, JSObject*, long, unsigned int, JSObject**, JSProperty**) in libmozjs185-1.0.a(jsobj.o) | |
... | |
"_PR_AtomicIncrement", referenced from: | |
__ZL12StartRequestP9JSContext in libmozjs185-1.0.a(jsapi.o) | |
_JS_HoldPrincipals in libmozjs185-1.0.a(jsapi.o) | |
AutoGCSession::AutoGCSession(JSContext*) in libmozjs185-1.0.a(jsgc.o) | |
__ZL14RunLastDitchGCP9JSContext in libmozjs185-1.0.a(jsgc.o) | |
js_EnterSharpObject(JSContext*, JSObject*, JSIdArray**, unsigned short**) in libmozjs185-1.0.a(jsobj.o) | |
js_LookupProperty(JSContext*, JSObject*, long, JSObject**, JSProperty**) in libmozjs185-1.0.a(jsobj.o) | |
js_LookupPropertyWithFlags(JSContext*, JSObject*, long, unsigned int, JSObject**, JSProperty**) in libmozjs185-1.0.a(jsobj.o) | |
... | |
"_PR_AtomicSet", referenced from: | |
AutoGCSession::AutoGCSession(JSContext*) in libmozjs185-1.0.a(jsgc.o) | |
js::TriggerOperationCallback(JSContext*) in libmozjs185-1.0.a(jscntxt.o) | |
js::TriggerAllOperationCallbacks(JSRuntime*) in libmozjs185-1.0.a(jscntxt.o) | |
"_PR_CreateThread", referenced from: | |
js::GCHelperThread::init(JSRuntime*) in libmozjs185-1.0.a(jsgc.o) | |
"_PR_DestroyCondVar", referenced from: | |
JSRuntime::~JSRuntime() in libmozjs185-1.0.a(jsapi.o) | |
js::GCHelperThread::finish(JSRuntime*) in libmozjs185-1.0.a(jsgc.o) | |
__ZL20DeleteListOfFatlocksP9JSFatLock in libmozjs185-1.0.a(jslock.o) | |
"_PR_DestroyLock", referenced from: | |
JSRuntime::~JSRuntime() in libmozjs185-1.0.a(jsapi.o) | |
__ZL24FinishRuntimeScriptStateP9JSRuntime in libmozjs185-1.0.a(jsscript.o) | |
_js_CleanupLocks in libmozjs185-1.0.a(jslock.o) | |
__ZL20DeleteListOfFatlocksP9JSFatLock in libmozjs185-1.0.a(jslock.o) | |
"_PR_GetCurrentThread", referenced from: | |
js_WaitForGC(JSRuntime*) in libmozjs185-1.0.a(jsgc.o) | |
js_CurrentThread(JSRuntime*) in libmozjs185-1.0.a(jscntxt.o) | |
"_PR_IntervalNow", referenced from: | |
js_IntervalNow() in libmozjs185-1.0.a(jsdate.o) | |
"_PR_IntervalToMilliseconds", referenced from: | |
js_IntervalNow() in libmozjs185-1.0.a(jsdate.o) | |
"_PR_JoinThread", referenced from: | |
js::GCHelperThread::finish(JSRuntime*) in libmozjs185-1.0.a(jsgc.o) | |
"_PR_Lock", referenced from: | |
__ZL12StartRequestP9JSContext in libmozjs185-1.0.a(jsapi.o) | |
__ZL11StopRequestP9JSContext in libmozjs185-1.0.a(jsapi.o) | |
_JS_SetOptions in libmozjs185-1.0.a(jsapi.o) | |
_JS_ToggleOptions in libmozjs185-1.0.a(jsapi.o) | |
_JS_TriggerOperationCallback in libmozjs185-1.0.a(jsapi.o) | |
_JS_TriggerAllOperationCallbacks in libmozjs185-1.0.a(jsapi.o) | |
_JS_ClearContextThread in libmozjs185-1.0.a(jsapi.o) | |
... | |
"_PR_NewCondVar", referenced from: | |
JSRuntime::init(unsigned int) in libmozjs185-1.0.a(jsapi.o) | |
js_InitGC(JSRuntime*, unsigned int) in libmozjs185-1.0.a(jsgc.o) | |
js::GCHelperThread::init(JSRuntime*) in libmozjs185-1.0.a(jsgc.o) | |
__ZL10NewFatlockv in libmozjs185-1.0.a(jslock.o) | |
"_PR_NewLock", referenced from: | |
JSRuntime::init(unsigned int) in libmozjs185-1.0.a(jsapi.o) | |
js_InitGC(JSRuntime*, unsigned int) in libmozjs185-1.0.a(jsgc.o) | |
js_InitRuntimeScriptState(JSRuntime*) in libmozjs185-1.0.a(jsscript.o) | |
_js_SetupLocks in libmozjs185-1.0.a(jslock.o) | |
__ZL10NewFatlockv in libmozjs185-1.0.a(jslock.o) | |
"_PR_NotifyAllCondVar", referenced from: | |
js_GC(JSContext*, JSCompartment*, JSGCInvocationKind) in libmozjs185-1.0.a(jsgc.o) | |
js::GCHelperThread::threadLoop(JSRuntime*) in libmozjs185-1.0.a(jsgc.o) | |
AutoGCSession::~AutoGCSession() in libmozjs185-1.0.a(jsgc.o) | |
AutoGCSession::~AutoGCSession() in libmozjs185-1.0.a(jsgc.o) | |
js::gc::SetProtoCheckingForCycles(JSContext*, JSObject*, JSObject*) in libmozjs185-1.0.a(jsgc.o) | |
js::TraceRuntime(JSTracer*) in libmozjs185-1.0.a(jsgc.o) | |
js_NewContext(JSRuntime*, unsigned long) in libmozjs185-1.0.a(jscntxt.o) | |
... | |
"_PR_NotifyCondVar", referenced from: | |
__ZL11StopRequestP9JSContext in libmozjs185-1.0.a(jsapi.o) | |
js::GCHelperThread::finish(JSRuntime*) in libmozjs185-1.0.a(jsgc.o) | |
js_GC(JSContext*, JSCompartment*, JSGCInvocationKind) in libmozjs185-1.0.a(jsgc.o) | |
js::GCHelperThread::startBackgroundSweep(JSRuntime*) in libmozjs185-1.0.a(jsgc.o) | |
__ZL16LetOtherGCFinishP9JSContext in libmozjs185-1.0.a(jsgc.o) | |
_js_Unlock in libmozjs185-1.0.a(jslock.o) | |
"_PR_Unlock", referenced from: | |
__ZL12StartRequestP9JSContext in libmozjs185-1.0.a(jsapi.o) | |
__ZL11StopRequestP9JSContext in libmozjs185-1.0.a(jsapi.o) | |
_JS_SetOptions in libmozjs185-1.0.a(jsapi.o) | |
_JS_ToggleOptions in libmozjs185-1.0.a(jsapi.o) | |
_JS_TriggerOperationCallback in libmozjs185-1.0.a(jsapi.o) | |
_JS_TriggerAllOperationCallbacks in libmozjs185-1.0.a(jsapi.o) | |
_JS_SetContextThread in libmozjs185-1.0.a(jsapi.o) | |
... | |
"_PR_WaitCondVar", referenced from: | |
__ZL12StartRequestP9JSContext in libmozjs185-1.0.a(jsapi.o) | |
js_WaitForGC(JSRuntime*) in libmozjs185-1.0.a(jsgc.o) | |
js::GCHelperThread::threadLoop(JSRuntime*) in libmozjs185-1.0.a(jsgc.o) | |
js::GCHelperThread::waitBackgroundSweepEnd(JSRuntime*) in libmozjs185-1.0.a(jsgc.o) | |
AutoGCSession::AutoGCSession(JSContext*) in libmozjs185-1.0.a(jsgc.o) | |
__ZL16LetOtherGCFinishP9JSContext in libmozjs185-1.0.a(jsgc.o) | |
js_NewContext(JSRuntime*, unsigned long) in libmozjs185-1.0.a(jscntxt.o) | |
... | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17196: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.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 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_BUILTIN_EXPECT 1 | |
| #define HAVE_BUILTIN_CTZ 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char JS_NewObject (); | |
| int | |
| main () | |
| { | |
| return JS_NewObject (); | |
| ; | |
| return 0; | |
| } | |
configure:17205: result: no | |
configure:17211: checking for JS_NewObject in -lmozjs185 | |
configure:17236: c++ -o conftest -g -O2 -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -L/usr/local/lib -L/opt/local/lib -L/usr/local/lib conftest.cpp -lmozjs185 -L/opt/local/lib -L/usr/local/lib >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:17236: $? = 0 | |
configure:17245: result: yes | |
configure:17273: checking for JS_NewCompartmentAndGlobalObject in -lmozjs185 | |
configure:17298: c++ -o conftest -g -O2 -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -L/usr/local/lib -L/opt/local/lib -L/usr/local/lib conftest.cpp -lmozjs185 -L/opt/local/lib -L/usr/local/lib >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:17298: $? = 0 | |
configure:17308: result: yes | |
configure:17360: checking whether JSOPTION_ANONFUNFIX is declared | |
configure:17360: c++ -c -g -O2 -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include conftest.cpp >&5 | |
configure:17360: $? = 0 | |
configure:17360: result: yes | |
configure:17386: checking for JS_ThrowStopIteration in -lmozjs185 | |
configure:17411: c++ -o conftest -g -O2 -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -L/usr/local/lib -L/opt/local/lib -L/usr/local/lib conftest.cpp -lmozjs185 -L/opt/local/lib -L/usr/local/lib >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:17411: $? = 0 | |
configure:17421: result: yes | |
configure:17431: checking for JS_GetStringCharsAndLength in -lmozjs185 | |
configure:17456: c++ -o conftest -g -O2 -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include -L/usr/local/lib -L/opt/local/lib -L/usr/local/lib conftest.cpp -lmozjs185 -L/opt/local/lib -L/usr/local/lib >&5 | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
ld: warning: directory not found for option '-L/opt/local/lib' | |
configure:17456: $? = 0 | |
configure:17466: result: yes | |
configure:17480: checking for JSScript* | |
configure:17480: c++ -c -g -O2 -DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include conftest.cpp >&5 | |
conftest.cpp:43:13: error: use of undeclared identifier 'JSScript' | |
if (sizeof (JSScript*)) | |
^ | |
conftest.cpp:43:22: error: expected expression | |
if (sizeof (JSScript*)) | |
^ | |
2 errors generated. | |
configure:17480: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache CouchDB" | |
| #define PACKAGE_TARNAME "apache-couchdb" | |
| #define PACKAGE_VERSION "1.2.1" | |
| #define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apache-couchdb" | |
| #define VERSION "1.2.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 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_BUILTIN_EXPECT 1 | |
| #define HAVE_BUILTIN_CTZ 1 | |
| #define SM185 1 | |
| #define SM180 1 | |
| #define HAVE_JS_GET_STRING_CHARS_AND_LENGTH 1 | |
| /* end confdefs.h. */ | |
| #include <jsapi.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof (JSScript*)) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17480: result: no | |
configure:17622: checking for icu-config | |
configure:17640: found /usr/local/opt/icu4c/bin/icu-config | |
configure:17653: result: /usr/local/opt/icu4c/bin/icu-config | |
configure:17669: checking for ICU >= 3.4.1 | |
configure:17673: result: yes | |
configure:17677: checking ICU_CFLAGS | |
configure:17680: result: -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings | |
configure:17683: checking ICU_CXXFLAGS | |
configure:17686: result: -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long | |
configure:17689: checking ICU_LIBS | |
configure:17692: result: -headerpad_max_install_names -lpthread -lm -L/usr/local/Cellar/icu4c/50.1/lib -licui18n -licuuc -licudata -lpthread -lm | |
configure:17743: checking for curl-config | |
configure:17761: found /usr/bin/curl-config | |
configure:17774: result: /usr/bin/curl-config | |
configure:17790: checking for curl >= 7.18.0 | |
configure:17794: result: yes | |
configure:17798: checking CURL_CFLAGS | |
configure:17801: result: | |
configure:17804: checking CURL_LIBS | |
configure:17807: result: -lcurl | |
configure:17900: checking for erlc | |
configure:17918: found /usr/local/opt/erlang/bin/erlc | |
configure:17930: result: /usr/local/opt/erlang/bin/erlc | |
configure:17945: checking erl_driver.h usability | |
configure:17945: c++ -c -g -O2 -I/usr/local/lib/erlang/usr/include -I/opt/local/include -I/usr/local/include -I/usr/include conftest.cpp >&5 | |
configure:17945: $? = 0 | |
configure:17945: result: yes | |
configure:17945: checking erl_driver.h presence | |
configure:17945: c++ -E -I/usr/local/lib/erlang/usr/include -I/opt/local/include -I/usr/local/include -I/usr/include conftest.cpp | |
configure:17945: $? = 0 | |
configure:17945: result: yes | |
configure:17945: checking for erl_driver.h | |
configure:17945: result: yes | |
configure:17961: checking for help2man | |
configure:17979: found /usr/local/opt/help2man/bin/help2man | |
configure:17991: result: /usr/local/opt/help2man/bin/help2man | |
configure:18036: checking location of init directory | |
configure:18052: result: not found | |
configure:18059: checking location of launchd directory | |
configure:18066: result: ${prefix}/Library/LaunchDaemons | |
configure:18427: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by Apache CouchDB config.status 1.2.1, which was | |
generated by GNU Autoconf 2.67. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Johnnys-MacBook-Air.local | |
config.status:1260: creating Makefile | |
config.status:1260: creating bin/couch-config.tpl | |
config.status:1260: creating bin/couchdb.tpl | |
config.status:1260: creating bin/couchdb.bat.tpl | |
config.status:1260: creating bin/Makefile | |
config.status:1260: creating etc/couchdb/Makefile | |
config.status:1260: creating etc/couchdb/default.ini.tpl | |
config.status:1260: creating etc/default/Makefile | |
config.status:1260: creating etc/init/couchdb.tpl | |
config.status:1260: creating etc/init/Makefile | |
config.status:1260: creating etc/launchd/org.apache.couchdb.plist.tpl | |
config.status:1260: creating etc/launchd/Makefile | |
config.status:1260: creating etc/logrotate.d/couchdb.tpl | |
config.status:1260: creating etc/logrotate.d/Makefile | |
config.status:1260: creating etc/windows/Makefile | |
config.status:1260: creating etc/Makefile | |
config.status:1260: creating share/Makefile | |
config.status:1260: creating src/Makefile | |
config.status:1260: creating src/couchdb/couch.app.tpl | |
config.status:1260: creating src/couchdb/Makefile | |
config.status:1260: creating src/couchdb/priv/Makefile | |
config.status:1260: creating src/erlang-oauth/Makefile | |
config.status:1260: creating src/etap/Makefile | |
config.status:1260: creating src/ibrowse/Makefile | |
config.status:1260: creating src/mochiweb/Makefile | |
config.status:1260: creating src/snappy/Makefile | |
config.status:1260: creating src/snappy/google-snappy/snappy-stubs-public.h | |
config.status:1260: creating src/ejson/Makefile | |
config.status:1260: creating test/Makefile | |
config.status:1260: creating test/bench/Makefile | |
config.status:1260: creating test/etap/Makefile | |
config.status:1260: creating test/etap/test_util.erl | |
config.status:1260: creating test/javascript/Makefile | |
config.status:1260: creating test/view_server/Makefile | |
config.status:1260: creating utils/Makefile | |
config.status:1260: creating var/Makefile | |
config.status:1260: creating config.h | |
config.status:1260: creating src/snappy/google-snappy/config.h | |
config.status:1488: executing depfiles commands | |
config.status:1488: executing libtool commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin11.4.2 | |
ac_cv_c_bigendian=no | |
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=set | |
ac_cv_env_CC_value=cc | |
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_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=c++ | |
ac_cv_env_ERLC_FLAGS_set= | |
ac_cv_env_ERLC_FLAGS_value= | |
ac_cv_env_ERLC_set= | |
ac_cv_env_ERLC_value= | |
ac_cv_env_ERL_set= | |
ac_cv_env_ERL_value= | |
ac_cv_env_FLAGS_set= | |
ac_cv_env_FLAGS_value= | |
ac_cv_env_HELP2MAN_EXECUTABLE_set= | |
ac_cv_env_HELP2MAN_EXECUTABLE_value= | |
ac_cv_env_JS185_CFLAGS_set= | |
ac_cv_env_JS185_CFLAGS_value= | |
ac_cv_env_JS185_LIBS_set= | |
ac_cv_env_JS185_LIBS_value= | |
ac_cv_env_JS_CFLAGS_set= | |
ac_cv_env_JS_CFLAGS_value= | |
ac_cv_env_JS_LIBS_set= | |
ac_cv_env_JS_LIBS_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set= | |
ac_cv_env_PKG_CONFIG_LIBDIR_value= | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_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_mmap=yes | |
ac_cv_have_decl_JSOPTION_ANONFUNFIX=yes | |
ac_cv_have_stddef_h=1 | |
ac_cv_have_stdint_h=1 | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_erl_driver_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_jsapi_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_config_h=no | |
ac_cv_header_stdc=yes | |
ac_cv_header_stddef_h=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_mman_h=yes | |
ac_cv_header_sys_resource_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-darwin11.4.2 | |
ac_cv_lib_js3250_JS_NewObject=no | |
ac_cv_lib_js32_JS_NewObject=no | |
ac_cv_lib_js_JS_NewObject=no | |
ac_cv_lib_mozjs185_1_0_JS_NewObject=no | |
ac_cv_lib_mozjs185_JS_NewObject=yes | |
ac_cv_lib_mozjs185___JS_GetStringCharsAndLength=yes | |
ac_cv_lib_mozjs185___JS_NewCompartmentAndGlobalObject=yes | |
ac_cv_lib_mozjs185___JS_ThrowStopIteration=yes | |
ac_cv_lib_mozjs_JS_NewObject=no | |
ac_cv_objext=o | |
ac_cv_path_CURL_CONFIG=/usr/bin/curl-config | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_ERL=/usr/local/opt/erlang/bin/erl | |
ac_cv_path_ERLC=/usr/local/opt/erlang/bin/erlc | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_HELP2MAN_EXECUTABLE=/usr/local/opt/help2man/bin/help2man | |
ac_cv_path_ICU_CONFIG=/usr/local/opt/icu4c/bin/icu-config | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_CXXCPP='c++ -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=cc | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
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_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_safe_to_define___extensions__=yes | |
ac_cv_type_JSScriptp=no | |
am_cv_CC_dependencies_compiler_type=gcc3 | |
am_cv_CXX_dependencies_compiler_type=gcc3 | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/ld | |
lt_cv_path_LDCXX=/usr/bin/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/couchdb-1SA4/apache-couchdb-1.2.1/build-aux/missing --run aclocal-1.11' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMTAR='${SHELL} /private/tmp/couchdb-1SA4/apache-couchdb-1.2.1/build-aux/missing --run tar' | |
AR='ar' | |
AS='as' | |
AUTOCONF='${SHELL} /private/tmp/couchdb-1SA4/apache-couchdb-1.2.1/build-aux/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/couchdb-1SA4/apache-couchdb-1.2.1/build-aux/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/couchdb-1SA4/apache-couchdb-1.2.1/build-aux/missing --run automake-1.11' | |
AWK='awk' | |
CC='cc' | |
CCDEPMODE='depmode=gcc3' | |
CFLAGS='-O2 -g -O2' | |
CPP='cc -E' | |
CPPFLAGS=' -I/opt/local/include -I/usr/local/include -I/usr/include ' | |
CURL_CFLAGS='' | |
CURL_CONFIG='/usr/bin/curl-config' | |
CURL_LIBS='-lcurl' | |
CXX='c++' | |
CXXCPP='c++ -E' | |
CXXDEPMODE='depmode=gcc3' | |
CXXFLAGS='-g -O2' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DLLTOOL='dlltool' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ERL='/usr/local/opt/erlang/bin/erl' | |
ERLANG_FLAGS='-I/usr/local/lib/erlang/usr/include' | |
ERLC='/usr/local/opt/erlang/bin/erlc' | |
ERLC_FLAGS='' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
FLAGS='' | |
GREP='/usr/bin/grep' | |
HELP2MAN_EXECUTABLE='/usr/local/opt/help2man/bin/help2man' | |
HELP2MAN_FALSE='#' | |
HELP2MAN_TRUE='' | |
ICU_BIN='' | |
ICU_CFLAGS='-O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings ' | |
ICU_CONFIG='/usr/local/opt/icu4c/bin/icu-config' | |
ICU_CPPFLAGS='' | |
ICU_CXXFLAGS='-O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long ' | |
ICU_LIBS='-headerpad_max_install_names -lpthread -lm -L/usr/local/Cellar/icu4c/50.1/lib -licui18n -licuuc -licudata -lpthread -lm ' | |
INIT_FALSE='' | |
INIT_TRUE='#' | |
INNO_COMPILER_EXECUTABLE='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
JS185_CFLAGS='' | |
JS185_LIBS='' | |
JS_CFLAGS='-DXP_UNIX -I/usr/local/include/js -I/usr/local/include/js/js -I/usr/local/include/js/mozjs -I/opt/local/include -I/usr/local/include -I/usr/include ' | |
JS_LDFLAGS='-L/usr/local/lib -L/opt/local/lib -L/usr/local/lib ' | |
JS_LIBS='-lmozjs185 -lm -L/opt/local/lib -L/usr/local/lib ' | |
JS_LIB_BINARY='' | |
LAUNCHD_FALSE='#' | |
LAUNCHD_TRUE='' | |
LD='/usr/bin/ld' | |
LDFLAGS=' -L/opt/local/lib -L/usr/local/lib ' | |
LIBOBJS='' | |
LIBS=' -L/opt/local/lib -L/usr/local/lib ' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /private/tmp/couchdb-1SA4/apache-couchdb-1.2.1/build-aux/missing --run makeinfo' | |
MKDIR_P='build-aux/install-sh -c -d' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='apache-couchdb' | |
PACKAGE_BUGREPORT='https://issues.apache.org/jira/browse/COUCHDB' | |
PACKAGE_NAME='Apache CouchDB' | |
PACKAGE_STRING='Apache CouchDB 1.2.1' | |
PACKAGE_TARNAME='apache-couchdb' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='1.2.1' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='' | |
PKG_CONFIG_LIBDIR='' | |
PKG_CONFIG_PATH='/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/lib/pkgconfig' | |
RANLIB='ranlib' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SNAPPY_MAJOR='1' | |
SNAPPY_MINOR='0' | |
SNAPPY_PATCHLEVEL='3' | |
STRIP='strip' | |
USE_CURL_FALSE='#' | |
USE_CURL_TRUE='' | |
USE_EJSON_COMPARE_NIF_FALSE='#' | |
USE_EJSON_COMPARE_NIF_TRUE='' | |
USE_NATIVE_MOCHIJSON_FALSE='' | |
USE_NATIVE_MOCHIJSON_TRUE='#' | |
USE_OTP_NIFS_FALSE='#' | |
USE_OTP_NIFS_TRUE='' | |
VERSION='1.2.1' | |
WINDOWS_FALSE='' | |
WINDOWS_TRUE='#' | |
abs_top_builddir='' | |
abs_top_srcdir='' | |
ac_ct_CC='cc' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
ac_cv_have_stddef_h='1' | |
ac_cv_have_stdint_h='1' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='#' | |
am__fastdepCC_TRUE='' | |
am__fastdepCXX_FALSE='#' | |
am__fastdepCXX_TRUE='' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__quote='' | |
am__tar='${AMTAR} chof - "$$tardir"' | |
am__untar='${AMTAR} xf -' | |
bindir='${exec_prefix}/bin' | |
bug_uri='https://issues.apache.org/jira/browse/COUCHDB' | |
build='x86_64-apple-darwin11.4.2' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin11.4.2' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin11.4.2' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin11.4.2' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
initdir='' | |
install_sh='${SHELL} /private/tmp/couchdb-1SA4/apache-couchdb-1.2.1/build-aux/install-sh' | |
launchddir='${prefix}/Library/LaunchDaemons' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localconfdir='/usr/local/etc/couchdb' | |
localdatadir='${datarootdir}/couchdb' | |
localdocdir='${datarootdir}/doc/couchdb' | |
localedir='${datarootdir}/locale' | |
localerlanglibdir='${exec_prefix}/lib/couchdb/erlang/lib' | |
locallibbindir='${exec_prefix}/lib/couchdb/bin' | |
locallibdir='${exec_prefix}/lib/couchdb' | |
localstatedir='/usr/local/var' | |
localstatelibdir='/usr/local/var/lib/couchdb' | |
localstatelogdir='/usr/local/var/log/couchdb' | |
localstaterundir='/usr/local/var/run/couchdb' | |
lt_ECHO='/bin/echo' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/build-aux/install-sh -c -d' | |
msvc_redist_dir='' | |
msvc_redist_name='' | |
oldincludedir='/usr/include' | |
openssl_bin_dir='' | |
otp_release='R16B' | |
package_author_address='dev@couchdb.apache.org' | |
package_author_name='The Apache Software Foundation' | |
package_identifier='couchdb' | |
package_name='Apache CouchDB' | |
package_tarname='apache-couchdb' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/couchdb/1.2.1' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='/usr/local/etc' | |
target_alias='' | |
version='1.2.1' | |
version_major='1' | |
version_minor='2' | |
version_release='' | |
version_revision='1' | |
version_stage='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "Apache CouchDB" | |
#define PACKAGE_TARNAME "apache-couchdb" | |
#define PACKAGE_VERSION "1.2.1" | |
#define PACKAGE_STRING "Apache CouchDB 1.2.1" | |
#define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB" | |
#define PACKAGE_URL "" | |
#define PACKAGE "apache-couchdb" | |
#define VERSION "1.2.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 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_STDINT_H 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_SYS_MMAN_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_BUILTIN_EXPECT 1 | |
#define HAVE_BUILTIN_CTZ 1 | |
#define SM185 1 | |
#define SM180 1 | |
#define HAVE_JS_GET_STRING_CHARS_AND_LENGTH 1 | |
#define JSSCRIPT_TYPE JSObject* | |
#define COUCHJS_NAME "couchjs" | |
#define HAVE_CURL 1 | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment