Hi,
I tried what you suggested. But
ruby mkop.rb
results in the following error
./mknafunc.rb:111:[Bug] segmentation fault
Aborted(core dumped)
Thanks
Ram Kochhar
----- Original Message -----
From: <masa / stars.gsfc.nasa.gov>
To: "ruby-talk ML" <ruby-talk / ruby-lang.org>
Sent: Saturday, April 14, 2001 10:52 AM
Subject: [ruby-talk:13664] Re: narray and undefined symbol
> Hi,
>
> > Sorry for the delay because of computer problem. Here is the process
> > that I went through.
>
> I do not find, from your log, what causes the problem.
> No problem with the redefinition messages,
> though it should be fixed in future.
> I suspect that auto-generated source codes (na_op.c,na_math.c)
> are not correctly generated. Try
>
> ruby mkop.rb
> ruby mkmath.rb
> make
>
> and then install.
>
> Masa Tanaka