From: Robert Klemme Date: 2012-02-01T22:47:30+09:00 Subject: Compile 1.9.3 on cygwin Hi, since a few day I cannot compile Ruby 1.9.3 under Cygwin. I haven't found the reason so far. Could be caused by a cygwin update or something else. Libs are all in place. In fact this compile worked without issues in the past. Here's the error $ MAKEFLAGS='--trace' make ... make[1]: Entering directory `/cygdrive/c/Archives/ruby-lang.org/ruby-1.9.3-p0' enc.mk:68: target `make-workdir' does not exist /usr/bin/mkdir -p .ext/i386-cygwin/enc .ext/i386-cygwin/enc/trans enc enc/trans make[1]: Leaving directory `/cygdrive/c/Archives/ruby-lang.org/ruby-1.9.3-p0' uncommon.mk:171: update target `exts.mk' due to: Makefile GNUmakefile incs miniruby.exe .rbconfig.time libruby191.dll.a ./miniruby.exe -I./lib -I. -I.ext/common ./ext/extmk.rb --make="make" --command-output=exts.mk --dest-dir="" --extout=".ext" --mflags="- --trace" --make-flags=" --trace" --extension --extstatic --make-flags="V=0 MINIRUBY='./miniruby.exe -I./lib -I. -I.ext/common '" -- configure configuring -test-/add_suffix configuring -test-/array/resize configuring -test-/bug-3571 configuring -test-/bug-3662 configuring -test-/funcall configuring -test-/load/dot.dot configuring -test-/old_thread_select configuring -test-/string configuring -test-/wait_for_single_fd configuring bigdecimal configuring continuation configuring coverage configuring curses configuring date configuring dbm Failed to configure dbm. It will not be installed. configuring digest configuring digest/bubblebabble configuring digest/md5 configuring digest/rmd160 configuring digest/sha1 configuring digest/sha2 configuring dl configuring dl/callback configuring dl/win32 configuring etc configuring fcntl configuring fiber configuring fiddle configuring gdbm Failed to configure gdbm. It will not be installed. configuring iconv configuring io/console configuring io/nonblock configuring io/wait configuring json configuring json/generator configuring json/parser configuring mathn/complex configuring mathn/rational configuring nkf configuring objspace configuring openssl uncommon.mk:171: recipe for target `exts.mk' failed make: *** [exts.mk] Error 1 $ Could be a local thing on my machine or something else. Does anybody else have these issues? Any ideas what's going on? I could not find out what's wrong with openssl yet. Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/