This is secondhand, but one of the other PLD maintainers had to drop to
-O0 when compiling ruby on ia64, otherwise miniruby segfaults or other
errors.
Any ideas?
This is secondhand, but one of the other PLD maintainers had to drop to
-O0 when compiling ruby on ia64, otherwise miniruby segfaults or other
errors.
Any ideas?
Me too, me too
I've posted on this list yesterday about similar problem on HPUX. In my
case, miniruby segfaults when compiled with libpthread, but works fine
without it. Of course, pthread is necessary to use certain modules,
including Oracle DBD driver that I must have, so it's not an acceptable
option.
Have to try your -O0 workaround.
Best regards,
Alexey Verkhovsky
On Mon, 2004-07-26 at 08:48, Aredridel wrote:
This is secondhand, but one of the other PLD maintainers had to drop to
-O0 when compiling ruby on ia64, otherwise miniruby segfaults or other
errors.Any ideas?