Hi, At Sun, 9 Dec 2007 17:06:32 +0900, Chad Brewbaker wrote in [ruby-talk:282763]: > First, the configure.in file is still broken from Ruby1.8.6. You need to > comment out these lines so the configure script doesn't break: > > ./configure.in:706:#AC_FUNC_GETPGRP > ./configure.in:707:#AC_FUNC_SETPGRP How did it fail? > > make > ./lib/fileutils.rb:1532:in `public': undefined method `commands' for > class `Module' (NameError) How is MINIRUBY defined in Makefile? > blrts_xlc -O5 -qarch=440d -qtune=440 -I. -I.ext/include/powerpc-linux > -I./include -I. -DRUBY_EXPORT -D_GNU_SOURCE=1 -c prelude.c > make: *** No rule to make target `thread_.h', needed by `error.o'. Seems pthread isn't supported, or isn't detected properly. -- Nobu Nakada