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

From: matz@... (Yukihiro Matsumoto)
Date: 2000-03-16 18:03:57 UTC
List: ruby-talk #1918
Hi,

In message "[ruby-talk:01904] Re: Ruby 1.5.3 under Tru64 (Alpha)?"
    on 00/03/16, Clemens Hintze <clemens.hintze@alcatel.de> writes:

|> How about changing ... ?
|
|Yes! This did solve the configuration problem! :-)
|
|But unfortunately there remains another problem.
|
|   $ make
|   cc -g -ansi -I. -I. -I/home/bztools/include -c array.c

Oops, 

	if test "$without_gcc" = "yes" ; then

should be

	if test "$without_gcc" = "no" ; then

In This Thread