Operating System - HP-UX
1755991 Members
3314 Online
108839 Solutions
New Discussion

HP-UX ld B.12.42 vs B.12.56 on Itanium(R)

 
eldbmc
Occasional Contributor

HP-UX ld B.12.42 vs B.12.56 on Itanium(R)

Hi,

I have compiled my source code by aCC on ld version B.12.42 and after that I create patch code and compiled it on B.12.56.

1) did the result binary (patch) of B.12.56 should work well with the first binary on machine that compiled before with B.12.42 version?

2) There is any impact of runtime library that complied with the old ld version?

Thank you,

3 REPLIES 3
ranganath ramachandra
Esteemed Contributor

Re: HP-UX ld B.12.42 vs B.12.56 on Itanium(R)


@eldbmc wrote:

Hi,

I have compiled my source code by aCC on ld version B.12.42 and after that I create patch code and compiled it on B.12.56.

1) did the result binary (patch) of B.12.56 should work well with the first binary on machine that compiled before with B.12.42 version?

2) There is any impact of runtime library that complied with the old ld version?

Thank you,


The linker version change should not stop your binary from working as expected.

 
--
ranga
[i work for hpe]

Accept or Kudo

eldbmc
Occasional Contributor

Re: HP-UX ld B.12.42 vs B.12.56 on Itanium(R)

Thank you

Dennis Handly
Acclaimed Contributor

Re: HP-UX ld B.12.42 vs B.12.56 on Integrity

>1) will the result binary (patch) of B.12.56 should work well with the first binary on machine that linked before with B.12.42 version?

 

Most likely the version of the linker isn't as important as the dynamic loader that comes in the same patch.

 

>2) There is any impact of runtime library that linked with the old ld version?

 

Most likely not, unless there were bugs there.