XL Fortran for AIX 8.1

User's Guide


Fixing Link-Time Problems

After the XL Fortran compiler processes the source files, the linker links the resulting object files together. Any messages issued at this stage come from the ld or bind commands. A frequently encountered error and its solution are listed here for your convenience:

0706-317ERROR: Undefined or unresolved symbols detected:

Symptom: A program cannot be linked because of unresolved references.
Explanation: Either needed object files or libraries are not being used during linking, there is an error in the specification of one or more external names, or there is an error in the specification of one or more procedure interfaces.
Solution: You may need to do one or more of the following actions:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]