On Sep 24, 2008, at 06:57 , Dave Thomas wrote: > This might be my machine, but with 15427 I get: > > ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./ > instruby.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" > --make-flags="" --data-mode=0644 --prog-mode=0755 --installed- > list .installed.list --mantype="doc" > installing binary commands > installing command scripts > installing library scripts > installing headers > installing manpages > installing extension objects > installing extension scripts > Generating RDoc documentation > ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./ > runruby.rb --extout=.ext -- "./bin/rdoc" --all --ri --op ".ext/ > rdoc" "." > ./runruby.rb:71:in `exec': Operation not supported - ./ruby > (Errno::E045) > from ./runruby.rb:71:in `<main>' > make: *** [rdoc] Error 1 > > (that is, the first miniruby succeeds, but the second fails). I get that too... I haven't had time to look into it. Another `make` clears it up. I haven't looked TOO far into it, but it appears to ONLY be the second run that fails. So there is probably a dependency issue going on somewhere.