Operating System - HP-UX
1832977 Members
2697 Online
110048 Solutions
New Discussion

Replacements to obsolete/deprecated C++ runtime libraries from CC(cfront) in aCC compiler on HP-UX11

 
Shashibhushan Gokhale
Occasional Contributor

Replacements to obsolete/deprecated C++ runtime libraries from CC(cfront) in aCC compiler on HP-UX11

1.Standard Components Library (lib++.a) is deprecated
(As per the migration guide HP recommends usage of libstd.a as a replacement. I want to know that if we just stop linking to lib++.a and start linking to libstd.a would there be any impact to the application in terms of build and runtime.)

2. IOStream Library (libstream.a) is deprecated
(What substitute to this library is provided for aC++ compiler ? )

3. HP C++ (cfront) Run-time Support Library(libC.a) is deprecated.
(What substitute to this library is provided for aC++ compiler ? )
1 REPLY 1
Adam J Markiewicz
Trusted Contributor

Re: Replacements to obsolete/deprecated C++ runtime libraries from CC(cfront) in aCC compiler on HP-UX11

1. I guess you should not see the difference, but to be honest I don't know.
2. I belive it's not deprecated.
3. I belive it's libCsup.

Good luck.

Adam
I do everything perfectly, except from my mistakes