View Single Post

   
  #1 (permalink)  
Old 01-17-2008, 05:32 AM
mmsganesh
 
Posts: n/a
Default 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

Reply With Quote