ld Manual

ld Diagnostic Messages
ld Manual529650.001
3-60
Warnings
Cause. ld encountered a -no_reexport command when reexport toggle was false. ld
starts up with reexport false so if -no_reexport is specified before any -reexport
command, this message will result.
Effect. ld continues processing.
Recovery. The -no_reexport and -reexport commands control the setting of the
reexport toggle (can be set true or false). Before eliminating the -no_reexport
command, insure that a -reexport command isn't missing from the command stream.
Cause. ld encountered a -reexport command when reexport toggle was true.
Effect. ld continues processing.
Recovery. The -no_reexport and -reexport commands control the setting of the
reexport toggle (can be set true or false). Before eliminating the -reexport command,
insure that a -no_reexport command isn't missing from the command stream.
Cause. ld creates a temporary output file in the same subvol (folder) as that specified
for the -o file. If the -temp_o command specifies a different subvol, this warning
results.
Effect. ld continues processing.
Recovery. Correct the -temp_o command to be unqualified or to have a subvol the
matches the -o command.
Cause. The object file structure only allows a maximum libname size of 48 bytes.
Effect. ld continues but the libname fieLD in the object file is not filled in.
Recovery. Shorten the specified libname to 48 bytes or less.
**** WARNING **** [30070]:
'-no_reexport' flag was previously specified. Possibly
missing a '-reexport' flag.
**** WARNING **** [30071]:
'-reexport' flag was previously specified. Possibly missing a
'-no_reexport' flag.
**** WARNING **** [30072]:
file name prefix for '-temp_o' option:\n\t\t 'name'\n\tdoes
not match '-o' option:\n\t 'name'.
**** WARNING **** [30074]:
Specified libname, name, is too long and will be ignored.