From: ts Date: 2001-09-02T23:48:56+09:00 Subject: [ruby-talk:20703] Re: Do we about sub-second [amc]time on files? >>>>> "B" == Brian F Feldman writes: B> http://green.bikeshed.org/~green/ruby-mods/patch-file.c Forbidden You don't have permission to access /~green/ruby-mods/patch-file.c on this server. B> http://green.bikeshed.org/~green/ruby-mods/patch-time.c pigeon% make [...] gcc -g -O2 -rdynamic main.o dmyext.o libruby.a -ldl -lcrypt -lm -o miniruby libruby.a(time.o): In function `time_s_now': /home/ts/ruby/ts/r17/ruby/time.c:69: undefined reference to `TIMEVAL_TO_TIMESPEC' libruby.a(time.o): In function `time_timeval': /home/ts/ruby/ts/r17/ruby/time.c:182: undefined reference to `TIMESPEC_TO_TIMEVAL' libruby.a(time.o): In function `rb_time_timeval': /home/ts/ruby/ts/r17/ruby/time.c:202: undefined reference to `TIMESPEC_TO_TIMEVAL' collect2: ld returned 1 exit status make: *** [miniruby] Error 1 pigeon% Guy Decoux