Specifications
Linker Tools Messages Page 29 of 32
reference the library. The linker ignored the container.
Linker Tools Warning LNK4546
Mismatch in versions detected. Container may not load. Use /VERBOSE for details.
The linker detected a problem with versions in your import libraries (containers). To find out which
container (and its version number) is causing the problem, rerun LINK with the /VERBOSE option.
Linker Tools Warning LNK4547
Setting "versiontype" to version
The linker set versiontype to version. Possible values for versiontype are CURRENTVER,
OLDCODEVER, and OLDAPIVER.
Linker Tools Warning LNK4548
Ignoring "versiontype" version
The linker ignored version information of versiontype. The possible values of versiontype are
CURRENTVER, OLDCODEVER, and OLDAPIVER.
Linker Tools Warning LNK4549
shared library "library" does not have any exports
The shared library was ignored since it contained no exports.
Return to Main Linker Error Page
Linker Warnings LNK6001 to LNK6026
Linker Tools Warning LNK6001
insufficient disk space; performing full link
There was not enough space on disk for LINK to incrementally link the program. LINK attempted to
correct the problem and recover disk space by running a full link to recreate the incremental status
(.ILK) file.
Linker Tools Warning LNK6002
invalid .ILK file found; performing full link
The incremental status (.ILK) file was not valid. Probably the previous incremental linking session was
interrupted. LINK attempted to correct the problem by running a full link to recreate the incremental
status (.ILK) file.
Linker Tools Warning LNK6003
LINK options changed; performing full link
The options specified to the linker differed from the options used during the previous incremental
linking session. LINK attempted to correct the problem by running a full link to recreate the
incremental status (.ILK) file.
Linker Tools Warning LNK6004
filename not found or not built by the last incremental link; performing full link
The given file was either deleted or changed since the last incremental linking session. LINK
attempted to correct the problem by running a full link to recreate the incremental status (.ILK) file.
Linker Tools Warning LNK6005










