Has anyone successfully installed the ACE Toolkit and has it working?
When running make -f
acetsfsl.mak acetsfsl.exe
I get the following:
OPUS MAKE: c:\sp_ace\v7r4\ace\make\terminal.mak (line 205): Can't do
'libcheck' (warning).
link -OUT:acetsfsl.exe
'link' is not recognized as an internal or external command, operable
program, or batch file .
I'm running on Windows 7,
I've installed the IBM Visual Age c++ compiler 3.5 (couldn't find 3.6.5), and the runtime files.
I've installed the OPUS Make
I've installed an old IBM Object REXX, ( I tried the Open Object Rexx, but the toolkit never saw it)
The environment variables and Paths seem to be okay according to the ACE Programming Reference.
I'm not sure where the make file looks for the 'linkCommand' in the "do% linkCommand" statement.