I've been given a legacy fortan IV program that I need to compile for a legacy programming languages class and I've been instructed to use the Watcom IDE from http://www.openwatcom.org/index.php/Downloads.
My steps are as follows:
My build environment:
Results:
cd C:\ - "Can't find a filename in 'cd C:\'"
wmake -f C:\sampleProject.mk -h -e - "Can't find a filename in 'wmake -f C:\sampleProject.mk -h -e'"
wfc386 \hilbert.for -d2 -q -dep - "Can't find a filename in wfc386 \hilbert.for -d2 -q -dep'"
Error(E14): Cannot execute (wfc386): No such file or directory
Error(E42): Last command making (C:\hilbert.obj) returned a bad status
Error(E02): Make execution terminated
Execution complete
I've run into three problems so far.
The solution: