1833017 Members
2285 Online
110048 Solutions
New Discussion

C compiler compatibility

 
SOLVED
Go to solution
infarakesh
Advisor

C compiler compatibility

Hi,

Is the below C compiler version compatible with 11.31?

# what `which cc`
/usr/bin/cc:
HP C/aC++ for Integrity Servers B3910B A.06.23 [May 18, 2009]


Thanks!
5 REPLIES 5
infarakesh
Advisor

Re: C compiler compatibility

BTW, right now I am using on

HP-UX B.11.23 U ia64 4113457207 unlimited-user license

James R. Ferguson
Acclaimed Contributor

Re: C compiler compatibility

Hi:

If you have a support agreement you should be able to uplift to B9007AA for 11.31 for no-charge:

https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA

Regards!

...JRF...
infarakesh
Advisor

Re: C compiler compatibility

I agree your point of upgrading. But can you answer whether the version I mentioned works on the new OS version or not?
Dennis Handly
Acclaimed Contributor
Solution

Re: C compiler compatibility

>Is the below C compiler version compatible with 11.31?

Of course, that's PHSS_39824.
Note that's obsolete and the latest patch is A.06.25.02.

What's your real question about compatibility? Can you get that compiler for 11.31? Yes
Does the code generated by that compiler run on 11.31? Yes
infarakesh
Advisor

Re: C compiler compatibility

thanks