I had been using Julia v0.5.2 and just now tried to install Julia v0.6.0 on my Mac OS 10.12.6.
In the julia directory I first did make clean
, checked out v.0.6.0 and then built it using make.
However, I keep getting this error:
FLISP src/julia_flisp.boot
/bin/sh: ./flisp/flisp: No such file or directory
make[1]: *** [julia_flisp.boot] Error 127
Any thoughts on what I am doing wrong? I looked for similar errors online, but I couldn’t find more info.