FIX: L4050 Incorrectly Documented in Online HelpLast reviewed: September 11, 1997Article ID: Q63235 |
5.10 | 5.10
MS-DOS | OS/2
kbtool kberrmsg kbdocerr kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSWhen linking a very small program with /EXEPACK, the Microsoft LINK utility version 5.1 sometimes gives the following error message:
LINK: warning L4050: file not suitable for /EXEPACK; relink withoutThe online Help documentation returns the following incorrect information:
LINK warning L4050 too many public symbols for sorting The linker uses the stack and all available memory in the near heap to sort public symbols for the /MAP option. If the number of public symbols exceeds the space available for them, this warning is issued and the symbols are not sorted in the map file but are listed in an arbitrary order. Reduce the number of symbols. RESOLUTIONThe correct documentation for this error (except the number) is as follows and can be found in the online Help under L1114:
Fatal LINK error L1114 file not suitable for /EXEPACK; relink without For the linked program, the size of the packed load image plus packing overhead was larger than that of the unpacked load image. Relink without the /EXEPACK option. STATUSMicrosoft has confirmed this to be a problem with the LINK utility version 5.1. This problem was corrected in the LINK utility version 5.13.
MORE INFORMATIONBecause of its noncritical nature, this error was changed from its previous status of a fatal error to a simple warning in LINK version 5.1. The warning associated with L4050 in earlier versions of LINK rarely appears in LINK 5.1; however, if it does, it will have the number L4070.
|
Additional reference words: 5.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |