In message "[ruby-talk:01294] [HELP]: Compile Error on DEC alpha."
    on 00/02/10, Clemens Hintze <clemens.hintze / alcatel.de> writes:

|The compiler moans, that the function 'call_op' is called with 3
|arguments instead of 4. This happens in the lines: 715, 727, 789.

I just forgot to add 4th argument to call, adding 0 is sufficient, I
think.  Fixed in 1.4.4 (soon to be released; or check out it from CVS).

|I have tried to append a '0' (ZERO) as the last parameter. It
|compiles, but during execution of 'miniruby extconf.rb' in the 'ext'
|subdirectories, there is a GC caused SIGSEGV sometimes. I don't know,
|whether this is related to my stupid fix attempt.

Probably I introduced some 32bit assumption again since last time Ruby
was compiled successfully on alpha.  sigh.

Could you send me a backtrace?

							matz.