Hi,
I am trying to build open-cobol version 1.1. from sources under cygwin. configure ran fine, but make is failing with the following error:
--------
make
all-recursive
'failcom' is not recognized as an internal or external command,
operable program or batch file.
f was unexpected at this time.
make[1]: *** [all-recursive] Error 255
mingw32-make: *** [all] Error 2
---------
When I looked into the 'Makefile' I couldn't find out why the variable failcom is not set. I am attaching Makefile and config.status
for your reference. Please let me know if I need to set any environment or make variables to overcome this problem.
I ran configure with default values for all variables, including 'prefix' and 'exec-prefix'. Even 'cd'ing to the sub-directories (say cobc) and running make there fails with similar 'undefined variable' catagory of errors.
Thanks in advance,
best regards,
Nagarajan