[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:01816] Ruby 1.5.3 under Tru64 (Alpha)?

From: Clemens Hintze <clemens.hintze@...>
Date: 2000-03-14 13:08:17 UTC
List: ruby-talk #1816
Hi all,

I have successfully build Ruby 1.5.3 under Tru64 with native compiler.

   > uname -a
   OSF1 slbhdg V4.0 1229 alpha  
   > cc -V
   Digital UNIX Compiler Driver 3.11
   DEC C V5.9-005 on Digital UNIX V4.0 (Rev. 1229)

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? 

I have to admit, that this is not Ruby's fault alone. It was resulting
from a combination of Ruby's old K&R-C coding style, the system header
files partially in ANSI-C and the native compiler which got confused
by all of these. :-)

Thanks,
\cle.

In This Thread

Prev Next