Operating System - Linux
1826269 Members
3706 Online
109692 Solutions
New Discussion

Re: How to know least version of aCC compiler support libCsup_v2.sl

 
Ashin
Occasional Advisor

How to know least version of aCC compiler support libCsup_v2.sl

hi all,

is there any way to find out least version of aCC compiler support libCsup_v2.sl .

Please reply me if any one knows it?

@Ashin
6 REPLIES 6
Coolmar
Esteemed Contributor

Re: How to know least version of aCC compiler support libCsup_v2.sl

Ashin
Occasional Advisor

Re: How to know least version of aCC compiler support libCsup_v2.sl

Hey,

The libCsup_v2 library requires aC++ runtime environment version A.03.26 or later.
For more information about it, please refer following link.

http://docs.hp.com/en/5187-2783/ch15s03.html

Above thing i found after some GOOGLING.

@Ashin
Dennis Handly
Acclaimed Contributor

Re: How to know least version of aCC compiler support libCsup_v2.sl

If you are going to use such an old version as A.03.26, you are going to need patches. And this old version is obsolete and no longer supported.

See the following for the list of all aC++ versions/patches:
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1743,00.html
Ashin
Occasional Advisor

Re: How to know least version of aCC compiler support libCsup_v2.sl

Hey,

My shared library uses libCsup_v2.sl. Becoz in need to document the least version of aCC
which has libCsup_v2.sl (support). I think it will not affect the working of my shared library.

Danis: is it affect the working of my own SL?

@Ashin
Ashin
Occasional Advisor

Re: How to know least version of aCC compiler support libCsup_v2.sl

oops, sorry i miss-spell your name DENNIS

Sorry & cheers,
Ashin
Dennis Handly
Acclaimed Contributor

Re: How to know least version of aCC compiler support libCsup_v2.sl

>My shared library uses libCsup_v2.sl. Becoz in need to document the least version of aCC which has libCsup_v2.sl (support). I think it will not affect the working of my shared library. is it affect the working of my own SL?

Not knowing what you are doing in your lib, I can't tell. But the earliest version that is forward compatible is A.03.27, PHSS_24627.

If you look at the latest version for 11.11, PHSS_33944, you can look at what's fixed and see if any of those will affect your shlib.