LINK Help (linker.hlp) (Table of Contents; Topic list)
/INFO Option
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Syntax:  /INF[ORMATION]
 
     The /INFO option displays information about the linking process,
     including the phase of linking, the object files being linked, and
     the library modules used. The information is sent to standard
     output. Use /INFO to determine the locations of the object files
     and modules, the number of segments, and the order in which they
     are linked.
 
     An important use of /INFO is to get the number of interoverlay
     calls generated. You can then specify this number with the
     /DYNAMIC option.
     See: /DYNAMIC Option
                                    -♦-