Hi,
In message "[ruby-talk:01816] Ruby 1.5.3 under Tru64 (Alpha)?"
on 00/03/14, Clemens Hintze <clemens.hintze / alcatel.de> writes:
|Hi all,
|
|I have successfully build Ruby 1.5.3 under Tru64 with native compiler.
|But I have to change the line
|
| CFLAGS = -g
|
|to
|
| CFLAGS = -oldc -std -g
|
|After this, the interpreter could be build (issuing many many
|warnings). The testsuit runs successful afterwards.
|
|Could the flags be considered in future?
Could you give me additional information for that?
ruby -v
cc -v -I. -c main.c -o main.o
I'll modify configure.in with your information.
matz.