Operating System - HP-UX
1753856 Members
7470 Online
108808 Solutions
New Discussion юеВ

determine c++ runtime library

 
SOLVED
Go to solution
darkwan
Occasional Contributor

determine c++ runtime library

i have no clue about c++ library that our company system is having. which one is which? version 5 or version 6?

tuah1123:/:# cc -V
(Bundled) cc: HP aC++/ANSI C B3910B A.05.50 [May 15 2003]
vamdm10:/:# swlist -l product | grep aC
PHSS_35055 1.0 aC++ Runtime (IA: A.06.10, PA: A.03.71)

tuah1123:/:# uname -a
HP-UX tuah1123 B.11.23 U ia64 0964992448 unlimited-user license

or, the compiler is version 5 but the runtime library is 6?

Tried to search extra info in DSSP but getting this error instead.


Developer & Solution Partner Program (DSPP)

The page you are trying to access is currently unavailable. We apologize for the inconvenience.

Please try again later.


please assist. thx !
4 REPLIES 4
Dennis Handly
Acclaimed Contributor
Solution

Re: determine c++ runtime library

Your library version is A.06.10. You don't seem to have a compiler, just cc_bundled(1).

>Tried to search extra info in DSPP but getting this error instead.

That URL gave that error? And where was that?
darkwan
Occasional Contributor

Re: determine c++ runtime library

Thanks Dennis. Can you please explain what does cc_bundled(1) is all about? Version A.05.50 is for .. ? I man cc but there is no manual entry for cc.

About error in DSPP.. when I put "cc" in search box, it'll display this result.


Exception while displaying results: Unexpected internal error near index 1 \ ^


But it display "page 1 of 50". And I click "Next page". Found some result.

And I clicked one of provided links. Like below.

http://h21007.www2.hp.com/portal/site/dspp/menuitem.a71dd5247f6a9513ebc5545704b4e601/?javax.portlet.tpst=31583f33917665b2a95994108973a801_ws_MX&javax.portlet.prp_31583f33917665b2a95994108973a801_viewID=proxy_view_secondary&javax.portlet.prp_31583f33917665b2a95994108973a801_wcproxyurl=http://h21007.www2.hp.com/portal/download/mailinglist_archives/cxx-dev/cxx-dev.0105/0121.html&javax.portlet.begCach...

And, and error like previous post is displayed.
darkwan
Occasional Contributor

Re: determine c++ runtime library

Me again :D

I found this document somehow.

http://h21007.www2.hp.com/portal/download/files/unprot/hpc/cpp/c-cpp-compilers-hpux-905.pdf

And this is what had been said.

"The bundled C compiler that ships with HP-UX 11i V2 for Integrity Systems identifies itself as A.05.50. This compiler has limited functionality and is supported only to configure the HP-UX kernel and not for application development. This bundled compiler will continue to be supported through the support life of the HP-UX 11i V2 operating system. There will be no general release patches made available for this compiler. The HP-UX 11i V3 for Integrity Systems will ship with a bundled C compiler based on the Version 6 compiler. It will remain a limited functionality compiler."

As system that I am using is HP-UX 11v2 (HP-UX B11.23) - can I assume that the compiler (which I assume here is "cc") is version 5?
Dennis Handly
Acclaimed Contributor

Re: determine c++ runtime library

>Can you please explain what does cc_bundled(1) is all about?

Read the man page:
http://docs.hp.com/en/B2355-60130/cc_bundled.1.html

You shouldn't be using it, except to possibly install oracle.

>About error in DSPP.. when I put "cc" in search box, it'll display this result.

Oops, it does. :-(
Please use the "Contact Us" link to report that.

If you want info about C and aC++ you should just go there directly:
http://www.hp.com/go/cpp

>And I clicked one of provided links.

Please report that too.

>I found this document somehow.

(The document mentions the URL above.)

>(HP-UX B11.23)- can I assume that the compiler (which I assume here is "cc") is version 5?

You have cc_bundled, not cc. While you have aCC5, the bundled C compiler is not supported for development, so its version is meaningless. And your original question was about aCC (C++).