[#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:01824] Re: Ruby 1.5.3 under Tru64 (Alpha)?

From: matz@... (Yukihiro Matsumoto)
Date: 2000-03-14 15:47:23 UTC
List: ruby-talk #1824
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.

In This Thread