ld Manual

ld Diagnostic Messages
ld Manual529650.001
3-32
Nonfatal Errors
Cause. Cannot specify -shared and -call_shared in the same link step.
Effect. ld continues but a loadfile will not be created.
Recovery. Delete one of the conflicting commands.
Cause. This is an unsupported command.
Effect. ld continues but a loadfile will not be created.
Recovery. Delete the command or use nLD to create non-PIC loadfiles.
Cause. The -e command specified more than once with conflicting values.
Effect. ld continues but a loadfile will not be created.
Recovery. Delete one of the conflicting commands.
Cause. Cannot specify -no_reexport and -call_shared in the same link step.
Effect. ld continues but a loadfile will not be created.
Recovery. Delete one of the conflicting commands.
Cause. Cannot specify -reexport and -call_shared in the same link step.
Effect. ld continues but a loadfile will not be created.
Recovery. Delete one of the conflicting commands.
**** ERROR **** [20065]:
'-call_shared' and '-shared' conflict.
**** ERROR **** [20067]:
-non_shared flag not supported.
**** ERROR **** [20068]:
-name attribute conflict
previous symbol attribute is name scanning symbol attribute
name
**** ERROR **** [20069]:
'no_reexport' is incompatible with 'call_shared'
**** ERROR **** [20070]:
'reexport' is incompatible with 'call_shared'. Will be set to
'-no_reexport'.