Getting this error during linking. In this project, we have GnuCOBOL and C codes, so all objects are created using respective compilers but all linking are done using intel's icx compiler only. While creating below binary I facing issues. We are migrating from HP-UX 32 bits to LINUX 64 bits.
/opt/intel/bin/icx "-Wl,-copy-dt-needed-entries" -o /home/cellusers/abhyudga/proj/clg946/bin/executeable executable_Main.o /home/proj/lib/libcbl.a /home/proj/lib/libcac.a /home/proj/lib/libclcar.a /home/proj/lib/libschapi.a /home/proj/lib/libopign.a /home/proj/lib/libopi.a /home/proj/lib/libclcgn.a /home/proj/lib/libcdl.a /home/proj/lib/libclcinftl.a /home/proj/lib/libclcinfgn.a -L/home/proj/lib -L/home/proj/lib -L/home/proj/clb946/lib -L/home/proj/clg946/cla946/lib -L/usr/local/lib/hpux32 -L/oracle/oravl01/bea/tuxedo12.2.2.0.0/lib -L/usr/local/gnucobol-3.1.2/lib -L/lib -L/usr/lib64 -L/usr/lib64 -lclcbl -lclcrt -lclcmtrt -lclcar -lclcbl -lclccsm -lclcar -lcellch -lclcnm -lclcltr -lclcar -lclcint -lclcbl -lclccbf -lclcup -lclcbl -lclccsm -lclcar -lclcrms -lclcgn -lclcsc -lclcrt -lclcbl -lclcint -lclcdl -lclcgn -lclcdl -lclcac -lclcopign -lclcinfgn -lclcopi -L/ORACLE_HOME/app/oracle/product/19.3/lib -lcob /opt/intel/lib/libirc.so -lrt -lxml2 -lxml2 /ORACLE_HOME/app/oracle/product/19.3/precomp/lib/cobsqlintf.o -lclntsh /ORACLE_HOME/app/oracle/product/19.3/lib/libsql19.a
/home/proj/lib/libclcgn.a(ShortNames.o): In function `MakeShortName':
/home/bb/clcgn/gn/src/ShortNames.c:289: warning: the use of `tempnam' is dangerous, better use `mkstemp'
/home/proj/lib/libcbl.a(bltxcredit.o): In function `bltxcredit':
cob237325_0.c:(.text+0x40): relocation truncated to fit: R_X86_64_PC32 against `.bss'
cob237325_0.c:(.text+0x48): relocation truncated to fit: R_X86_64_PC32 against `.bss'
/home/proj/clg946/lib/libcbl.a(bltxcredit.o): In function `bltxcredit_':
cob237325_0.c:(.text+0x10f): relocation truncated to fit: R_X86_64_PC32 against `.bss'
cob237325_0.c:(.text+0x129): relocation truncated to fit: R_X86_64_PC32 against `.bss'
cob237325_0.c:(.text+0x15e): relocation truncated to fit: R_X86_64_PC32 against `.bss'
cob237325_0.c:(.text+0x197): relocation truncated to fit: R_X86_64_PC32 against `.bss'
cob237325_0.c:(.text+0x1a6): relocation truncated to fit: R_X86_64_PC32 against `.bss'
cob237325_0.c:(.text+0x1fd): relocation truncated to fit: R_X86_64_PC32 against `.bss'
cob237325_0.c:(.text+0x20b): relocation truncated to fit: R_X86_64_PC32 against `.bss'
cob237325_0.c:(.text+0x219): relocation truncated to fit: R_X86_64_PC32 against `.bss'
cob237325_0.c:(.text+0x227): additional relocation overflows omitted from the output
/usr/bin/ld: failed to convert GOTPCREL relocation; relink with --no-relax
icx: error: linker command failed with exit code 1 (use -v to see invocation)
gmake: *** [/home/bb/cbl/rr/src/make.bin:21: executable] Error 1