Problems installing Ruby on AIX 4.3.3

  • Thread starter Kjetil Torgrim Homme
  • Start date
K

Kjetil Torgrim Homme

I'm trying to install Ruby 1.8.6 on AIX 4.3.3 using the IBM's xlc
compiler. there are a few trivial commas to remove (from eval.c and
parse.y), but the real stumbling block comes later:

./lib/fileutils.rb:1278: [BUG] unexpected local variable
ruby 1.8.6 (2007-03-13) [powerpc-aix4.3.3.0]

make: The signal code from the last command is 6.

I get the same result if I compile with CFLAGS=-g (rather than the
default -O). I also tried to compile 1.8.5. it bombs with:

./lib/fileutils.rb:1574: [BUG] terminated node (0x28)
ruby 1.8.5 (2006-08-25) [powerpc-aix4.3.3.0]

make: 1254-059 The signal code from the last command is 6.

here, the error with CFLAGS=-g is different:

./lib/fileutils.rb:85: NULL pointer given (ArgumentError)
from ./mkconfig.rb:10:in `require'
from ./mkconfig.rb:10
make: The error code from the last command is 1.

it seems to me it takes deeper insight in Ruby's workings than I
currently have to debug this problem, but I'll be happy with any hints
you can provide.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top