errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK warning L4021
 
     no stack segment
 
     The program did not contain a stack segment defined with the STACK
     combine type.
 
     Normally, every program should have a stack segment with the
     combine type specified as STACK. This message may be ignored if
     there is a specific reason for not defining a stack or for
     defining one without the STACK combine type. Linking with versions
     of LINK earlier than Version 2.40 might cause this message since
     these linkers search libraries only once.
                                    -♦-