From: Alex Legler Date: 2009-08-15T05:01:26+09:00 Subject: Re: ANN: Ruby 1.8.6 pl383 released On Fri, 14 Aug 2009 14:11:37 +0900, Urabe Shyouhei wrote: > I've backported this into 1.8 as revision r24534. Please check. > That unfortunately doesn't help. While diffing through configure.in between p287 and p383, I noticed this: +AC_CHECK_LIB(rt, clock_gettime) # GNU/Linux Ruby now links against librt, as introduced for a new implementation of timeofday() proposed on ruby-core [1]. And librt again, *surprise*, links against libpthread. Afaik the link dependencies are flattened, and so that should be where the libpthread link comes from. Alex (Sorry about that empty email earlier) [1] http://www.ruby-forum.com/topic/151618