Closed nagy closed 1 year ago
Currently, when I try to run waforthc but without a gcc in the PATH, I get a weird error message.
gcc
PATH
$ waforthc file.fs Hello, Forth execvp() error error compilingerror compiling
It takes a bit of debugging to find out that gcc was missing and it would be best if waforthc could inform the user about this.
waforthc
Currently, when I try to run waforthc but without a
gcc
in thePATH
, I get a weird error message.It takes a bit of debugging to find out that gcc was missing and it would be best if
waforthc
could inform the user about this.