HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: C++ runtime library
Operating System - HP-UX
1834331
Members
2544
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 08:50 PM
02-23-2007 08:50 PM
Hi,
( OS - HP-UX 11i )
Please can anybody help me that
(a) how to determine which version of C++ library is installed on the system i.e. is it a 1. Classic C++ runtime OR
2. Standard C++ runtime.
When I do swlist on two different servers which has got different aCC version i get the followings :
Server (1) PHSS_28880 1.0 HP aC++ -AA runtime libraries (aCC A.03.50)
( I believe this should be the Standard C++ runtime)
Server (2) PHSS_31222 1.0 HP aC++ Compiler (A.03.57)
By seeing the above is it that the server (2) have the old classic C++ library.
Regards,
Dinesh
( OS - HP-UX 11i )
Please can anybody help me that
(a) how to determine which version of C++ library is installed on the system i.e. is it a 1. Classic C++ runtime OR
2. Standard C++ runtime.
When I do swlist on two different servers which has got different aCC version i get the followings :
Server (1) PHSS_28880 1.0 HP aC++ -AA runtime libraries (aCC A.03.50)
( I believe this should be the Standard C++ runtime)
Server (2) PHSS_31222 1.0 HP aC++ Compiler (A.03.57)
By seeing the above is it that the server (2) have the old classic C++ library.
Regards,
Dinesh
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 09:00 PM
02-23-2007 09:00 PM
Re: C++ runtime library
>) how to determine which version of C++ library is installed on the system
Use swlist as you did. Or use what(1) on the libraries.
>i.e. is it a 1. Classic C++ runtime OR 2. Standard C++ runtime.
As of A.03.25, the aC++ runtime includes both -AA and -AP libs.
>By seeing the above is it that the server (2) have the old classic C++ library.
No. That -AA probably shouldn't be in the description string anymore. You have both -AA and -AP. A.03.57 > A.03.50
Use swlist as you did. Or use what(1) on the libraries.
>i.e. is it a 1. Classic C++ runtime OR 2. Standard C++ runtime.
As of A.03.25, the aC++ runtime includes both -AA and -AP libs.
>By seeing the above is it that the server (2) have the old classic C++ library.
No. That -AA probably shouldn't be in the description string anymore. You have both -AA and -AP. A.03.57 > A.03.50
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 09:25 PM
02-23-2007 09:25 PM
Re: C++ runtime library
Thanks Dennis.
Also below is the option in my makefile
AE_CXX_FLAGS = \
-Aa -z -g +p +DA1.1 -c \
-D_HPUX_SOURCE \
-D_REENTRANT \
-D_THREAD_SAFE \
And there is no -AA or -AP option explicitly mentioned. So which one it will pickup by default in the case when :
(1) I'm on aCC 3.25
(2) I'm on aCC 3.50
and
(3) I'm on aCC 3.65.
Regards,
Dinesh
Also below is the option in my makefile
AE_CXX_FLAGS = \
-Aa -z -g +p +DA1.1 -c \
-D_HPUX_SOURCE \
-D_REENTRANT \
-D_THREAD_SAFE \
And there is no -AA or -AP option explicitly mentioned. So which one it will pickup by default in the case when :
(1) I'm on aCC 3.25
(2) I'm on aCC 3.50
and
(3) I'm on aCC 3.65.
Regards,
Dinesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 10:45 PM
02-23-2007 10:45 PM
Solution
>And there is no -AA or -AP option explicitly mentioned. So which one it will pickup by default
The default on PA is -AP. The default on IPF is (almost) -AA.
If you have your answer(s), you should look at:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
The default on PA is -AP. The default on IPF is (almost) -AA.
If you have your answer(s), you should look at:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP