Hello.
I can`t to build ruby (daily snapshot and stable version too) on hpux.

../autoconf

../configure --prefix=$HOME/a/ruby --enable-shared --enable-pthread
....
configure: creating ./config.status
config.status: creating Makefile

../make
....
....
        gcc -g -O2  -fPIC   -I. -I.  -c dmyext.c
        ar rcu libruby-static.a array.o  ascii.o  bignum.o  class.o
compar.o  dir.o  dln.o  enum.o  error.o  euc_jp.o  eval.o  file.o  gc.o
 hash.o  inits.o  io.o  marshal.o  math.o  numeric.o  object.o  pack.o
parse.o  process.o  prec.o  random.o  range.o  re.o  regcomp.o
regenc.o  regerror.o  regexec.o  regparse.o  ruby.o  signal.o  sjis.o
sprintf.o  st.o  string.o  struct.o  time.o  utf8.o  util.o  variable.o
 version.o  flock.o finite.o isinf.o  dmyext.o
        gcc -g -O2  -fPIC   -I. -I.  -c main.c
         gcc main.o  libruby-static.a -lpthread -ldld -lcrypt -lm   -o
miniruby -g -O2  -fPIC
/home/yuray/b/ruby/lib/fileutils.rb:905: [BUG] Segmentation fault
ruby 1.9.0 (2005-07-11) [hppa2.0w-hpux11.11]

sh: 16216 Abort(coredump)
*** Error exit code 134

Stop.
bash-2.04$ file core
core:           core file from 'miniruby' - received SIGABRT
bash-2.04$ uname -a
HP-UX B.11.11 U 9000/785

Someone have working ruby on hpux ?
Help.

Yuri Kozlov