I am having trouble compiling and running J Programming Language
The Jconsole binary file (From J Language) throws an error when executed:
|file name error
| 0!:0 y
it compiled almost flawlessly but shows this warning
cc1: warning: function may return address of local variable [-Wreturn-local-addr]
In file included from ../../../../jsrc/j.h:1814,
from ../../../../jsrc/vi.c:6:
../../../../jsrc/vi.c:1202:94: note: declared here
1202 | A jtindexofsub(J jt,I mode,A a,A w){PROLOG(0079);A h=0,hi=mtv,z;B mk=w==mark,th;fauxblockINT(zfaux,1,0);
|
I had the same problem on Debian Linux. I ended up simply extracting the package
https://www.jsoftware.com/download/j903/install/j903_linux64.tar.gz
in
/optand added the lineto
~/.bashrc.