nld Manual

nld Diagnostic Messages
nld Manual528272-001
4-73
Warnings
See:
-allow_missing_libs on page 3-3
-l or -lib on page 3-7
**** WARNING **** [10025]:
NLD was unable to determine the name of the cold load
subvolume SYSTEM.SYS<nn> via the NODE_GETCOLDLOADINFO_ system
call. NLD is continuing, but NLD will not be able to search
through the cold load subvolume for the standard archives or
SRL's.
**** WARNING **** [10026]:
The search to find an SRL or an archive for a -l or -lib flag
did not succeed, but NLD is continuing because the
-allow_missing_libs flag was specified. The filename that
initiated the search was 'filename'.
**** WARNING **** [10027]:
You are exporting readonly data, which means that if you use
the -prev flag to build a new version of this SRL in the
future it probably will not be linkage equivalent.
**** WARNING **** [10028]:
Some exported data items have changed size and/or been
assigned a different address compared to the previous version
of this SRL. The following is a list of such differences (at
most ten data items will be shown, and long names will be
truncated): list
**** WARNING **** [10029]:
The symbol-type symbol named name, which was exported by the
previous version of this SRL, is no longer defined in the
SRL.
**** WARNING **** [10030]:
Object name-1 created with C++ 'versionnumber-1' pragma may
conflict with the object name-2 created with C++
'versionnumber-2' pragma. Binary incompatibilities could
cause linking or run time failures. Suggest compiling all
objects with same version of C++ compiler.