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