From: WATANABE Hirofumi Date: 2003-08-02T16:22:49+09:00 Subject: Re: 1.8.0-preview7 (bccwin32 build) make install problem Hi, "daz" writes: > Borland build on Win98se. > > > -p7 > make > make test ('succeeded') > make install ... > > > MAKE Version 5.2 Copyright (c) 1987, 2000 Borland > .\miniruby.exe D:/RUBY/SOURCE~1/RUBY-1~6.0-P/BCC32/../instruby.rb > "--dest-dir=D:/ruby/src_inst" "--make=MAKE" "--mflags=" "--make-flags=l -o " > > D:/RUBY/SOURCE~1/RUBY-1~6.0-P/lib/fileutils.rb:385: [BUG] rb_sys_fail() - errno == 0 > ruby 1.8.0 (2003-08-01) [i586-bccwin32] > > > Abnormal program termination > > ** error 3 ** deleting install I cannot reproduce your problem on Windows 2000 Pro. What's the result of bellow? C:\> echo foo > foo.txt C:\> ruby -e 'File.utime Time.now, Time.now, "foo.txt"' -- eban