Specifications
Error! Style not defined. 797
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 797 of 113 Printed: 10/09/00 02:49 PM
L4051 filename : cannot find library
LINK could not find the given library file.
One of the following may be a cause:
u The specified file does not exist. Enter the name or full path specification of a library
file.
u The LIB environment variable is not set correctly. Check for incorrect directory
specifications, mistyping, or a space, semicolon, or hidden character at the end of the
line.
u An earlier version of LINK is being run. Check the path environment variable and
delete or rename earlier linkers.
L4053 VM.TMP : illegal filename; ignored
VM.TMP appeared as an object-file name.
Rename the file and rerun LINK.
L4054 filename : cannot find file
LINK could not find the specified file.
Enter a new filename, a new path specification, or both.
L4055 start address not equal to 0x100 for /TINY
The starting address for a .COM file must be 100 hexadecimal.
Put the following line of assembly source code in front of the code segment:
ORG 100h
L4056 /EXEPACK valid only for OS/2 and real-mode DOS; ignored
The /EXEPACK option is incompatible with Windows-based programs.
L4057 stack specified for DLL; ignored
A stack was specified for a dynamic-link library (DLL). Either the /STACK option was
used on the command line or the STACKSIZE statement was used in the module-
definition (.DEF) file. LINK ignored the specification and did not create a stack.
A DLL does not have a stack.
L4058 ignoring alias for already defined symbol symbol
The specified symbol was redefined in the program. However, it is an identifier from a C
run-time library that has an alias to a new name in OLDNAMES.LIB. LINK ignored the
alias for the symbol.
This warning appears only when the /INFO option is specified.