On 21 July 2010 16:20, Mark Hammond <[email protected]> wrote: > On 20/07/2010 8:33 PM, Dave Cottlehuber wrote: >> >> A bit OT, but I am struggling to get erlang to build on windows, >> before even getting to couchdb. I have sorted out all the various >> compiler/path/include crap between windows& cygwin now but am getting >> an epic fail during ./otp_build configure, in configure erts that has >> me completely beaten - full story in >> http://friendpaste.com/31QFPpBNEvIkTBtNSuQF1 >> >> ./otp_build autoconf runs fine >> ./otp_build configure is OK until it starts configuring erts >> >> [...] >> checking if we can link wxwidgets programs... yes >> configure: creating win32/config.status >> config.status: creating config.mk >> config.status: creating c_src/Makefile >> === configuring in erts (/cygdrive/c/src/otp_src_R13B04/erts) >> configure: running /bin/sh >> /cygdrive/c/src/otp_src_R13B04//erts/configure >> --disable-option-checking '--prefix=/usr/local' >> '--build=i686-pc-cygwin' 'build_alias=win32' '--host=win32' >> '--target=win32' 'CC=cc.sh' 'CXX=cc.sh' 'RANLIB=true' 'AR=ar.sh' >> 'host_alias=win32' 'target_alias=win32' >> 'ERL_TOP=/cygdrive/c/src/otp_src_R13B04/' > > On a wild hunch, try removing the trailing slash from ERL_TOP > > Mark >
+1 for wild hunch then - worked like a treat thanks. Dave
