Skip to content

Instantly share code, notes, and snippets.

@mateodelnorte
Created July 8, 2011 14:12
Show Gist options
  • Save mateodelnorte/1071925 to your computer and use it in GitHub Desktop.
Save mateodelnorte/1071925 to your computer and use it in GitHub Desktop.
bash-3.2$ cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Apache CouchDB configure 1.1.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/couchdb/1.1.0 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc --with-erlang=/usr/local/lib/erlang/usr/include --with-js-include=/usr/local/include --with-js-lib=/usr/local/lib
## --------- ##
## Platform. ##
## --------- ##
hostname = Matt-Walterss-MacBook-Pro.local
uname -m = x86_64
uname -r = 10.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~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 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 8.00 gigabytes
Default processor set: 152 tasks, 701 threads, 8 processors
Load average: 1.50, Mach factor: 6.49
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Cellar/icu4c/4.4.1/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/local/git/bin
PATH: /usr/X11/bin
PATH: /opt/local/bin
PATH: /usr/local/Library/Contributions/examples
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2051: checking for a BSD-compatible install
configure:2107: result: /usr/bin/install -c
configure:2118: checking whether build environment is sane
configure:2161: result: yes
configure:2189: checking for a thread-safe mkdir -p
configure:2228: result: build-aux/install-sh -c -d
configure:2241: checking for gawk
configure:2271: result: no
configure:2241: checking for mawk
configure:2271: result: no
configure:2241: checking for nawk
configure:2271: result: no
configure:2241: checking for awk
configure:2257: found /usr/bin/awk
configure:2268: result: awk
configure:2279: checking whether make sets $(MAKE)
configure:2300: result: yes
configure:2606: checking for gcc
configure:2633: result: /usr/bin/cc
configure:2871: checking for C compiler version
configure:2878: /usr/bin/cc --version >&5
i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.9)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2881: $? = 0
configure:2888: /usr/bin/cc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/llvmgcc42/llvmgcc42-2335.9~9/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/var/tmp/llvmgcc42/llvmgcc42-2335.9~9/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.9)
configure:2891: $? = 0
configure:2898: /usr/bin/cc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:2901: $? = 1
configure:2924: checking for C compiler default output file name
configure:2951: /usr/bin/cc -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c >&5
configure:2954: $? = 0
configure:2992: result: a.out
configure:3009: checking whether the C compiler works
configure:3019: ./a.out
configure:3022: $? = 0
configure:3039: result: yes
configure:3046: checking whether we are cross compiling
configure:3048: result: no
configure:3051: checking for suffix of executables
configure:3058: /usr/bin/cc -o conftest -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c >&5
configure:3061: $? = 0
configure:3085: result:
configure:3091: checking for suffix of object files
configure:3117: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:3120: $? = 0
configure:3143: result: o
configure:3147: checking whether we are using the GNU C compiler
configure:3176: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:3182: $? = 0
configure:3199: result: yes
configure:3204: checking whether /usr/bin/cc accepts -g
configure:3234: /usr/bin/cc -c -g -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:3240: $? = 0
configure:3339: result: yes
configure:3356: checking for /usr/bin/cc option to accept ISO C89
configure:3430: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:3436: $? = 0
configure:3459: result: none needed
configure:3488: checking for style of include used by make
configure:3516: result: GNU
configure:3541: checking dependency style of /usr/bin/cc
configure:3632: result: gcc3
configure:3678: checking build system type
configure:3696: result: i386-apple-darwin10.8.0
configure:3718: checking host system type
configure:3733: result: i386-apple-darwin10.8.0
configure:3755: checking for a sed that does not truncate output
configure:3834: result: /usr/bin/sed
configure:3852: checking for grep that handles long lines and -e
configure:3926: result: /usr/bin/grep
configure:3931: checking for egrep
configure:4009: result: /usr/bin/grep -E
configure:4014: checking for fgrep
configure:4092: result: /usr/bin/grep -F
configure:4127: checking for ld used by /usr/bin/cc
configure:4194: result: /usr/bin/cc
configure:4203: checking if the linker (/usr/bin/cc) is GNU ld
configure:4218: result: no
configure:4230: checking for BSD- or MS-compatible name lister (nm)
configure:4279: result: /usr/bin/nm
configure:4401: checking the name lister (/usr/bin/nm) interface
configure:4408: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:4411: /usr/bin/nm "conftest.o"
configure:4414: output
0000000000000000 S _some_variable
configure:4421: result: BSD nm
configure:4424: checking whether ln -s works
configure:4428: result: yes
configure:4436: checking the maximum length of command line arguments
configure:4556: result: 196608
configure:4573: checking whether the shell understands some XSI constructs
configure:4583: result: yes
configure:4587: checking whether the shell understands "+="
configure:4593: result: yes
configure:4628: checking for /usr/bin/cc option to reload object files
configure:4635: result: -r
configure:4662: checking how to recognize dependent libraries
configure:4852: result: pass_all
configure:4912: checking for ar
configure:4928: found /usr/bin/ar
configure:4939: result: ar
configure:5021: checking for strip
configure:5037: found /usr/bin/strip
configure:5048: result: strip
configure:5124: checking for ranlib
configure:5140: found /usr/bin/ranlib
configure:5151: result: ranlib
configure:5245: checking command to parse /usr/bin/nm output from /usr/bin/cc object
configure:5363: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:5366: $? = 0
configure:5370: /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:5373: $? = 0
cannot find nm_test_var in conftest.nm
configure:5363: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:5366: $? = 0
configure:5370: /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:5373: $? = 0
configure:5427: /usr/bin/cc -o conftest -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c conftstm.o >&5
configure:5430: $? = 0
configure:5468: result: ok
configure:5758: checking for dsymutil
configure:5774: found /usr/bin/dsymutil
configure:5785: result: dsymutil
configure:5854: checking for nmedit
configure:5870: found /usr/bin/nmedit
configure:5881: result: nmedit
configure:5950: checking for lipo
configure:5966: found /usr/bin/lipo
configure:5977: result: lipo
configure:6046: checking for otool
configure:6062: found /usr/bin/otool
configure:6073: result: otool
configure:6142: checking for otool64
configure:6172: result: no
configure:6221: checking for -single_module linker flag
/usr/bin/cc -O3 -w -pipe -L/usr/local/Cellar/icu4c/4.4.1/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:6248: result: yes
configure:6250: checking for -exported_symbols_list linker flag
configure:6280: /usr/bin/cc -o conftest -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/Cellar/icu4c/4.4.1/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:6286: $? = 0
configure:6305: result: yes
configure:6347: checking how to run the C preprocessor
configure:6387: /usr/bin/cc -E -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c
configure:6393: $? = 0
configure:6424: /usr/bin/cc -E -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:6430: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Apache CouchDB"
| #define PACKAGE_TARNAME "apache-couchdb"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "Apache CouchDB 1.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "apache-couchdb"
| #define VERSION "1.1.0"
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6463: result: /usr/bin/cc -E
configure:6492: /usr/bin/cc -E -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c
configure:6498: $? = 0
configure:6529: /usr/bin/cc -E -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:6535: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Apache CouchDB"
| #define PACKAGE_TARNAME "apache-couchdb"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "Apache CouchDB 1.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "apache-couchdb"
| #define VERSION "1.1.0"
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6573: checking for ANSI C header files
configure:6603: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:6609: $? = 0
configure:6708: /usr/bin/cc -o conftest -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c >&5
configure:6711: $? = 0
configure:6717: ./conftest
configure:6720: $? = 0
configure:6737: result: yes
configure:6761: checking for sys/types.h
configure:6782: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:6788: $? = 0
configure:6804: result: yes
configure:6761: checking for sys/stat.h
configure:6782: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:6788: $? = 0
configure:6804: result: yes
configure:6761: checking for stdlib.h
configure:6782: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:6788: $? = 0
configure:6804: result: yes
configure:6761: checking for string.h
configure:6782: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:6788: $? = 0
configure:6804: result: yes
configure:6761: checking for memory.h
configure:6782: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:6788: $? = 0
configure:6804: result: yes
configure:6761: checking for strings.h
configure:6782: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:6788: $? = 0
configure:6804: result: yes
configure:6761: checking for inttypes.h
configure:6782: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:6788: $? = 0
configure:6804: result: yes
configure:6761: checking for stdint.h
configure:6782: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:6788: $? = 0
configure:6804: result: yes
configure:6761: checking for unistd.h
configure:6782: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:6788: $? = 0
configure:6804: result: yes
configure:6820: checking for dlfcn.h
configure:6841: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include conftest.c >&5
configure:6847: $? = 0
configure:6863: result: yes
configure:6987: checking for objdir
configure:7002: result: .libs
configure:7298: checking if /usr/bin/cc supports -fno-rtti -fno-exceptions
configure:7316: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -fno-rtti -fno-exceptions conftest.c >&5
configure:7320: $? = 0
configure:7333: result: yes
configure:7353: checking for /usr/bin/cc option to produce PIC
configure:7610: result: -fno-common -DPIC
configure:7622: checking if /usr/bin/cc PIC flag -fno-common -DPIC works
configure:7640: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -fno-common -DPIC -DPIC conftest.c >&5
configure:7644: $? = 0
configure:7657: result: yes
configure:7681: checking if /usr/bin/cc static flag -static works
configure:7709: result: no
configure:7724: checking if /usr/bin/cc supports -c -o file.o
configure:7745: /usr/bin/cc -c -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -o out/conftest2.o conftest.c >&5
configure:7749: $? = 0
configure:7771: result: yes
configure:7779: checking if /usr/bin/cc supports -c -o file.o
configure:7826: result: yes
configure:7859: checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries
configure:8913: result: yes
configure:9152: checking dynamic linker characteristics
configure:9831: result: darwin10.8.0 dyld
configure:9933: checking how to hardcode library paths into programs
configure:9958: result: immediate
configure:10771: checking whether stripping libraries is possible
configure:10785: result: yes
configure:10811: checking if libtool supports shared libraries
configure:10813: result: yes
configure:10816: checking whether to build shared libraries
configure:10837: result: yes
configure:10840: checking whether to build static libraries
configure:10844: result: no
configure:10879: checking whether ln -s works
configure:10883: result: yes
configure:10891: checking for pthread_create in -lpthread
configure:10918: /usr/bin/cc -o conftest -O3 -w -pipe -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c -lpthread >&5
configure:10924: $? = 0
configure:10942: result: yes
configure:11036: checking for JS_NewContext in -lmozjs
configure:11071: /usr/bin/cc -o conftest -O3 -w -pipe -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -lm -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c -lmozjs -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -lpthread >&5
ld: library not found for -lmozjs
collect2: ld returned 1 exit status
configure:11077: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Apache CouchDB"
| #define PACKAGE_TARNAME "apache-couchdb"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "Apache CouchDB 1.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "apache-couchdb"
| #define VERSION "1.1.0"
| #define _GNU_SOURCE 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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* 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_NewContext ();
| int
| main ()
| {
| return JS_NewContext ();
| ;
| return 0;
| }
configure:11095: result: no
configure:11101: checking for JS_NewContext in -ljs
configure:11136: /usr/bin/cc -o conftest -O3 -w -pipe -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -lm -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c -ljs -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -lpthread >&5
ld: library not found for -ljs
collect2: ld returned 1 exit status
configure:11142: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Apache CouchDB"
| #define PACKAGE_TARNAME "apache-couchdb"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "Apache CouchDB 1.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "apache-couchdb"
| #define VERSION "1.1.0"
| #define _GNU_SOURCE 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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* 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_NewContext ();
| int
| main ()
| {
| return JS_NewContext ();
| ;
| return 0;
| }
configure:11160: result: no
configure:11166: checking for JS_NewContext in -ljs3250
configure:11201: /usr/bin/cc -o conftest -O3 -w -pipe -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -lm -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c -ljs3250 -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -lpthread >&5
ld: library not found for -ljs3250
collect2: ld returned 1 exit status
configure:11207: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Apache CouchDB"
| #define PACKAGE_TARNAME "apache-couchdb"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "Apache CouchDB 1.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "apache-couchdb"
| #define VERSION "1.1.0"
| #define _GNU_SOURCE 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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* 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_NewContext ();
| int
| main ()
| {
| return JS_NewContext ();
| ;
| return 0;
| }
configure:11225: result: no
configure:11231: checking for JS_NewContext in -ljs32
configure:11266: /usr/bin/cc -o conftest -O3 -w -pipe -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -lm -L/usr/local/Cellar/icu4c/4.4.1/lib conftest.c -ljs32 -L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -lpthread >&5
ld: library not found for -ljs32
collect2: ld returned 1 exit status
configure:11272: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Apache CouchDB"
| #define PACKAGE_TARNAME "apache-couchdb"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "Apache CouchDB 1.1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "apache-couchdb"
| #define VERSION "1.1.0"
| #define _GNU_SOURCE 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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* 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_NewContext ();
| int
| main ()
| {
| return JS_NewContext ();
| ;
| return 0;
| }
configure:11290: result: no
configure:11298: error: Could not find the js library.
Is the Mozilla SpiderMonkey library installed?
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin10.8.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O3 -w -pipe'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/usr/local/Cellar/icu4c/4.4.1/include
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
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_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/local/Cellar/icu4c/4.4.1/lib
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-apple-darwin10.8.0
ac_cv_lib_js3250_JS_NewContext=no
ac_cv_lib_js32_JS_NewContext=no
ac_cv_lib_js_JS_NewContext=no
ac_cv_lib_mozjs_JS_NewContext=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/cc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/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_make_make_set=yes
am_cv_CC_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/cc
lt_cv_path_NM=/usr/bin/nm
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=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/homebrew-couchdb-1.1.0-ls0H/apache-couchdb-91d04b4/build-aux/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /private/tmp/homebrew-couchdb-1.1.0-ls0H/apache-couchdb-91d04b4/build-aux/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /private/tmp/homebrew-couchdb-1.1.0-ls0H/apache-couchdb-91d04b4/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-couchdb-1.1.0-ls0H/apache-couchdb-91d04b4/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-couchdb-1.1.0-ls0H/apache-couchdb-91d04b4/build-aux/missing --run automake-1.10'
AWK='awk'
CC='/usr/bin/cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O3 -w -pipe'
CPP='/usr/bin/cc -E'
CPPFLAGS='-L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -I/usr/local/Cellar/icu4c/4.4.1/include'
CURL_CFLAGS=''
CURL_CONFIG=''
CURL_LDFLAGS=''
CURL_LIBS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ERL=''
ERLC=''
ERLC_FLAGS=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
FLAGS='-L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX '
GREP='/usr/bin/grep'
HELP2MAN_EXECUTABLE=''
HELP2MAN_FALSE=''
HELP2MAN_TRUE=''
ICU_CFLAGS=''
ICU_CONFIG=''
ICU_CXXFLAGS=''
ICU_LIBS=''
ICU_LOCAL_BIN=''
ICU_LOCAL_CFLAGS=''
ICU_LOCAL_LDFLAGS=''
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'
JSLIB=''
JS_LIB_BASE=''
JS_LIB_BINARY=''
JS_LIB_DIR='/usr/local/lib'
LAUNCHD_FALSE=''
LAUNCHD_TRUE=''
LD='/usr/bin/cc'
LDFLAGS='-L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -I/usr/local/lib/erlang/usr/include -I/usr/local/include -DXP_UNIX -lm -L/usr/local/Cellar/icu4c/4.4.1/lib'
LIBOBJS=''
LIBS='-L/usr/local/lib -L/usr/local/lib -L/opt/local/lib -lpthread '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/homebrew-couchdb-1.1.0-ls0H/apache-couchdb-91d04b4/build-aux/missing --run makeinfo'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='apache-couchdb'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='Apache CouchDB'
PACKAGE_STRING='Apache CouchDB 1.1.0'
PACKAGE_TARNAME='apache-couchdb'
PACKAGE_VERSION='1.1.0'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.1.0'
WINDOWS_FALSE=''
WINDOWS_TRUE='#'
abs_top_builddir=''
abs_top_srcdir=''
ac_ct_CC='/usr/bin/cc'
ac_ct_DUMPBIN=''
am__fastdepCC_FALSE='#'
am__fastdepCC_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=''
build='i386-apple-darwin10.8.0'
build_alias=''
build_cpu='i386'
build_os='darwin10.8.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-apple-darwin10.8.0'
host_alias=''
host_cpu='i386'
host_os='darwin10.8.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
initdir=''
install_sh='$(SHELL) /private/tmp/homebrew-couchdb-1.1.0-ls0H/apache-couchdb-91d04b4/build-aux/install-sh'
launchddir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localconfdir=''
localdatadir=''
localdocdir=''
localedir='${datarootdir}/locale'
localerlanglibdir=''
locallibbindir=''
locallibdir=''
localstatedir='/usr/local/var'
localstatelibdir=''
localstatelogdir=''
localstaterundir=''
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=''
package_author_address=''
package_author_name=''
package_identifier=''
package_name=''
package_tarname=''
pdfdir='${docdir}'
prefix='/usr/local/Cellar/couchdb/1.1.0'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/usr/local/etc'
target_alias=''
version=''
version_major=''
version_minor=''
version_release=''
version_revision=''
version_stage=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "Apache CouchDB"
#define PACKAGE_TARNAME "apache-couchdb"
#define PACKAGE_VERSION "1.1.0"
#define PACKAGE_STRING "Apache CouchDB 1.1.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "apache-couchdb"
#define VERSION "1.1.0"
#define _GNU_SOURCE 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 HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment