MPE/iX Shell and Utilities Reference Manual, Vol 1

make(1) MPE/iX Shell and Utilities make(1)
Message: Cannot find member defining archive((symbol))
Cause: make tried to locate the library archive member containing the symbol symbol.
Action: Check that you archive file contains all the expected member files.
Message: Cannot mix single and group recipe lines
Cause: You attempted to mix recipe lines with group recipes for the same rule.
Action: Either make the entire recipe a group, or remove the group.
Message: Cannot open ’pathname
Cause: make was unable to open a temporary file for a diversion or group recipe. You
may not be able to write to your
TMPDIR
directory.
Action: Make sure that the
TMPDIR
environment variable is set up properly, that you
have the appropriate permissions in that directory and that there is space on the
file system.
Message: Cannot use -c, -f, or -p options in MAKEFLAGS.
Cause: You specified the –c, –f,or–p option in the environment variable
MAKEFLAGS
.
Action: Do not specify these options in
MAKEFLAGS
.
Message: Configuration file ’filename’ not found
Cause: make was unable to find the configuration file filename.
Action: Check that the configuration file exists, was named properly and that you have
the appropriate permissions. Also check the value of the variable
MAKESTARTUP.
Message: Could not export macro
Cause: make was unable to export the name macro to the environment.
Action: There may not be sufficient system resources to do the export. Free up some
resources and try again.
Message: Don’t know how to make target
Cause: make was unable to find or infer a recipe to build the specified target.
Action: Make sure that there is a rule for this target in your makefile.
Message: Duplicate entry [prerequisite] in prerequisite list
Cause: You have specified a prerequisite for a target more than once.
Action: Remove the duplicate prerequisite.
Message: Duplicate entry [target] in target list
Cause: You specified a target in a target list more than once.
Action: Remove the duplicate entry.
Message: Empty recipe for special target special_target
Cause: The special target specified requires that a recipe also be specified for it.
Action: Refer to the documentation for the target, and add an appropriate recipe.
Commands and Utilities 1-355