From: Aredridel Date: 2004-08-22T15:16:40+09:00 Subject: Re: Sparc and Alpha build fails > When compiling Ruby (1.8.2-pre2), I get this: > > sparc-pld-linux-gcc -O2 -m32 -mtune=ultrasparc -fPIC -rdynamic > main.o dmyext.o libruby-static.a -lpthread -ldl -lcrypt -lm -o > miniruby > ./mkconfig.rb:41: undefined bytecode (bug): /^s[%,]@(\w+)@[%,](.*)[%,]/ > (RegexpError) > from ./mkconfig.rb:35:in `foreach' > from ./mkconfig.rb:35 > make: *** [rbconfig.rb] Error 1 Some more information: this seems to be an oniguruma bug. I haven't comleted the build, but it's in the regex library that it's failing, and I'm using Oniguruma 3.2.7 in the package. Anyone using oniguruma successfully on sparc or alpha?