Skip to content

Instantly share code, notes, and snippets.

@dch
Created August 17, 2010 05:53
Show Gist options
  • Save dch/528620 to your computer and use it in GitHub Desktop.
Save dch/528620 to your computer and use it in GitHub Desktop.
building couchdb with erlang R13B04 on windows
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\couchdb>d:\install\bin\relax_13B04.cmd
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
current path:
/src/otp_src_R13B04/release/win32/erts-5.7.5/bin
/src/otp_src_R13B04/erts/etc/win32/cygwin_tools/vc
/src/otp_src_R13B04/erts/etc/win32/cygwin_tools
/cygdrive/c/PROGRA~2/MICROS~1.0/Common7/IDE
/cygdrive/c/PROGRA~2/MICROS~1.0/VC/BIN
/cygdrive/c/PROGRA~2/MICROS~1.0/Common7/Tools
/cygdrive/c/PROGRA~2/MICROS~1.0/VC/VCPACK~1
/cygdrive/c/WINDOWS/MICROS~1.NET/FRAMEW~1/
/cygdrive/c/WINDOWS/MICROS~1.NET/FRAMEW~1/V20~1.507
/cygdrive/c/PROGRA~1/MICROS~1/Windows/v7.0/bin
/cygdrive/c/PROGRA~1/MICROS~1/Windows/v6.0A/bin
/src/openssl
/src/nsis
/src/inno5
/usr/local/bin
/usr/bin
/bin
/cygdrive/c/WINDOWS/system32
/cygdrive/c/WINDOWS
/cygdrive/c/WINDOWS/System32/Wbem
/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0
nplease check the toolkit paths:
/cygdrive/c/PROGRA~1/MICROS~1/Windows/v7.0/bin/mc
/cygdrive/c/PROGRA~1/MICROS~1/Windows/v7.0/bin/lc
/cygdrive/c/PROGRA~2/MICROS~1.0/VC/BIN/cl
/cygdrive/c/PROGRA~2/MICROS~1.0/VC/BIN/link
Welcome to building CouchDB using /src/otp_src_R13B04
Relax.
bash-3.2$ cd ../apache-couchdb-1.0.1_R13B04
bash-3.2$ /src/bin/couchdb_config.sh
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... cc.sh
checking for C compiler default output file name... conftest.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc.sh accepts -g... yes
checking for cc.sh option to accept ISO C89... none needed
checking dependency style of cc.sh... none
checking how to run the C preprocessor... cc.sh -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) cc.sh
checking whether we are using the GNU C compiler... (cached) no
checking whether cc.sh accepts -g... (cached) yes
checking for cc.sh option to accept ISO C89... (cached) none needed
checking dependency style of cc.sh... (cached) none
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for non-GNU ld... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar.sh
checking for strip... strip
checking for ranlib... true
checking command to parse /usr/bin/nm -B output from cc.sh object... ok
checking for dlfcn.h... no
checking for objdir... .libs
checking for cc.sh option to produce PIC... -DDLL_EXPORT -DPIC
checking if cc.sh PIC flag -DDLL_EXPORT -DPIC works... yes
checking if cc.sh static flag works... yes
checking if cc.sh supports -c -o file.o... yes
checking if cc.sh supports -c -o file.o... (cached) yes
checking whether the cc.sh linker (/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether ln -s works... yes
checking for pthread_create in -lpthread... no
checking for JS_NewContext in -lmozjs... no
checking for JS_NewContext in -ljs... no
checking for JS_NewContext in -ljs3250... yes
checking for iscc... /src/inno5/iscc
cygwin warning:
MS-DOS style path detected: D:/install/bits/vcredist_x86.exe
Preferred POSIX equivalent is: /cygdrive/d/install/bits/vcredist_x86.exe
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
checking jsapi.h usability... yes
checking jsapi.h presence... yes
checking for jsapi.h... yes
checking for erl... /src/otp_src_R13B04/release/win32/erts-5.7.5/bin/erl
checking for erlc... /src/otp_src_R13B04/release/win32/erts-5.7.5/bin/erlc
checking erl_driver.h usability... yes
checking erl_driver.h presence... yes
checking for erl_driver.h... yes
checking for help2man... /usr/bin/help2man
checking location of init directory... not found
checking location of launchd directory... not found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bin/couchjs.tpl
config.status: creating bin/couchdb.tpl
config.status: creating bin/couchdb.bat.tpl
config.status: creating bin/Makefile
config.status: creating etc/couchdb/Makefile
config.status: creating etc/couchdb/default.ini.tpl
config.status: creating etc/default/Makefile
config.status: creating etc/init/couchdb.tpl
config.status: creating etc/init/Makefile
config.status: creating etc/launchd/org.apache.couchdb.plist.tpl
config.status: creating etc/launchd/Makefile
config.status: creating etc/logrotate.d/couchdb.tpl
config.status: creating etc/logrotate.d/Makefile
config.status: creating etc/windows/Makefile
config.status: creating etc/Makefile
config.status: creating share/Makefile
config.status: creating src/Makefile
config.status: creating src/couchdb/couch.app.tpl
config.status: creating src/couchdb/Makefile
config.status: creating src/couchdb/priv/Makefile
config.status: creating src/erlang-oauth/Makefile
config.status: creating src/etap/Makefile
config.status: creating src/ibrowse/Makefile
config.status: creating src/mochiweb/Makefile
config.status: creating test/Makefile
config.status: creating test/bench/Makefile
config.status: creating test/etap/Makefile
config.status: creating test/etap/test_util.erl
config.status: creating test/javascript/Makefile
config.status: creating test/view_server/Makefile
config.status: creating utils/Makefile
config.status: creating var/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
You have configured Apache CouchDB, time to relax.
Run `make && sudo make install' to install.
bash-3.2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment