Hello,
I am trying to compile a small test program using VFXForth on macOS (arm64).
I open VFXForth using any of these (vfx64, vfxforth64, vfxosx64)
and then I type this:
include hello.fth
SAVE hello.fth
I get "Can't open stubosx64". I tried making stubosx64.mo and stubosx64 available through $PATH on macOS. But I always get the same result.
Any ideas?
Also, when I run "vfx64 hello.fth" my Terminal window is going crazy with the cursor running fast over the Terminal screen but nothing happens, it doesn't execute the program.
EDIT: Nevermind, I just figured out that VFXForth is not compatible with my architecture.