Hmm... I don't adequately know what's going on here. That said, when I look at the addons/math/lapack/dgeev.ijs in my copy of j64-807 I see:
----------------------------------------- NB. this stub will be removed in future releases NB. please, update your sources: NB. - replace string 'addons/math/lapack/dgeev.ijs' by 'addons/math/lapack/geev.ijs' NB. - replace strings 'dgeev' by 'geev', 'tdgeev' by 'tgeev', 'testdgeev' by 'testgeev' require '~addons/math/lapack/geev.ijs' coclass 'jlapack' dgeev=: geev tdgeev=: tgeev testdgeev=: testgeev ----------------------------------------- Perhaps that warning should have appeared at load time, rather than requiring the user to inspect the code? I hope this helps, -- Raul On Tue, Feb 14, 2023 at 9:06 AM Erik Papp <erikmail...@gmail.com> wrote: > > Dear J Jusers, > > Earlier I used *LAPACK* in the *J602a* and *J804* versions without any > problems. > > I installed the *J903* version along with *LAPACK* based on > > *System/Installation/J903/AIO*. I repeated the installation several > times, but it does not run, > > it *always gives an error*. > > I tried running the *Addons/math/lapack* example, but I kept getting > an error message. > > After > > load 'math/lapack math/lapack/dgeev' > > not found: c:/users/tulajdonos/j903/addons/math/lapack/lapack.ijs > > |file name error: script > > | 0!:0 y[4!:55<'y' > > I getting error message. > > It was the same problem after > > load 'math/lapack2 math/lapack2/dgeev' > > not found: c:/users/tulajdonos/j903/addons/math/lapack2/dgeev.ijs > > |file name error: script > > | 0!:0 y[4!:55<'y' > > > Has anyone had a similar experience? > > How to install LAPACK on J903? > > Thank you in advance for your kind help. > > Sincerely, Erik > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm