Data Linkage Table (+z) overflow - use +Z option to recompile All,
We have compiled some c files using +z option. We are trying to relink
them with some other .o files which have already been built with the +Z
option and find that there are relink failures of the following type:
.................
Reference from: czutil.o(0x113c)
ld: Data Linkage Table (+z) overflow in file czutil.o - use +Z option
to
recompile
.................
Is there any linker option that can be used to eliminate the work of
going back and compiling them again with the +Z option.
-Ganesh |