ld Manual

ld Diagnostic Messages
ld Manual529650.001
3-69
Warnings
Cause. The indicated symbol was specified in an -export command. Because the
symbol is a globalized symbol the compiler effectively marked it for export.
Effect. ld continues processing.
Recovery. Delete the unneeded -export command.
Cause. The indicated library has a C++ dialect version incompatible with the C++
dialect of the loadfile being built.
Effect. ld continues processing.
Recovery. Determine why the C++ versions are in conflict and correct the situation.
Cause. ld encountered a C++ version 1 library and version is not supported by PIC
code.
Effect. ld continues processing.
Recovery. Either recompile the library using a C++ version 2 or 3 compiler or use
another library which is not C++ version 1.
Cause. n/a
Effect. ld continues processing.
Recovery. n/a
**** WARNING **** [30126]:
Globalized symbol target of -export option. The symbol is
exported by default so there is no change to it as a result
of the -export option.
**** WARNING **** [30127]:
Load file C++ Version number is incompatible with library
name C++ Version number. Binary incompatibilities could
cause linking or run time failures. Suggest compiling all
objects with same version of C++ compiler.
**** WARNING **** [30128]:
Library name was created with C++ Version 1. C++ Version 1 is
not supported by this version of the linker. Please rebuild
the library using a Version 2 or Version 3 C++ Compiler.
**** WARNING **** [30129]:
Input file (name) contains no .mdebug section.