Hello, I'm compiling Ruby 1.9 from the SVN tree, latest changeset is 12384 on OS X/PPC 10.4.9. It fails during compilation with the following message: ... gcc -O -pipe -pipe -fno-common -L. main.o libruby-static.a -lpthread -ldl -lobjc -o miniruby : -- stack frame ------------ 0000 (0x126000): 00000000 <- lfp <- dfp -- control frame ---------- c:0001 p:---- s:0001 b:-001 l:000000 d:000000 ------ --------------------------- [BUG] Bus Error ruby 1.9.0 (2007-05-25) [powerpc-darwin8.9.0] Running miniruby and pressing ^D leads to the same message. miniruby -v, same. Am I the only one? I've tried make clean, rerunning configure, changing -O2 into -O, no success. Thanks. -- Posted via http://www.ruby-forum.com/.