- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Version of C compiler on HPUX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
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
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО09-12-2008 05:41 AM
тАО09-12-2008 05:41 AM
Version of C compiler on HPUX
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 06:02 AM
тАО09-12-2008 06:02 AM
Re: Version of C compiler on HPUX
#swlist -l product|grep Compiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 06:04 AM
тАО09-12-2008 06:04 AM
Re: Version of C compiler on HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 06:04 AM
тАО09-12-2008 06:04 AM
Re: Version of C compiler on HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 06:11 AM
тАО09-12-2008 06:11 AM
Re: Version of C compiler on HPUX
I did the following:
# swlist -l product |grep -i compiler
C-ANSI-C B.11.11.06 HP C/ANSI C Compiler
CPS B.11.11 Compiler Parallel Support Library
PHSS_28706 1.0 ANSI C compiler B.11.11.06 cumulative patch
That tells me I am running version B.11.11.06 of the C/ANSI C Compiler.
If I then do
[ root@hquwh55:/opt/ansic/bin ]
# what cc
cc:
$Revision: 92453-07 linker linker crt0.o B.11.30 020412 $
LINT B.11.11.28706.GP CXREF B.11.11.28706.GP
HP92453-01 B.11.11.28706.GP HP C Compiler
$ Sep 8 2000 23:13:51 $
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 06:22 AM
тАО09-12-2008 06:22 AM
Re: Version of C compiler on HPUX
But then I think I am looking for wrong thing, because I want to know which version of ANSI C is installed in my system.
Here is the output
root@mrktst0u:/> swlist -l product | grep -i compiler
COMPLIBS B.11.23 Compiler Support Librarys
PHCO_31664 1.0 Japanese linker/compiler manpages
root@mrktst0u:/>
What does this means, I dont have any c compilers installed in the system, contemporary if you see
root@mrktst0u:/> swlist -l product | grep -i aC++
ACXX C.05.55 HP aC++
PHSS_35055 1.0 aC++ Runtime (IA: A.06.10, PA: A.03.71)
root@mrktst0u:/>
What is this, I thought I am having version 5.55 of c compiler, am I wrong.
Please correct me and give me the details.
This come as requirement of installing the 10.2 oracle and they need certain patches which I am not able to install, as It is saying these patches are for C compiler with version 6.0
Pls guide, I think now the scenario is clear to you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 06:32 AM
тАО09-12-2008 06:32 AM
Re: Version of C compiler on HPUX
This appears to be related to other threads of yours:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1268156
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1267628
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 06:40 AM
тАО09-12-2008 06:40 AM
Re: Version of C compiler on HPUX
But can you clear my one doubt.
Like is there any differnce between the ansi c and C++ which I am having.
Because the command
# swlist -l product | grep -i compiler doesn't reply anything.
What I am trying to figure out is that, I have the same situation in almost all the servers, though they have ver 10.2 of oracle installed.
So can I proceed with oracle installation on these servers without having those patches and ansi c on system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 06:45 AM
тАО09-12-2008 06:45 AM
Re: Version of C compiler on HPUX
If the answer is no you DO NOT need to have any sort of ANSI C or C++ compiler installed, regardless of what the Oracle Installer or Oracle documentation states.
The compilers are only for when you are doing development work with Oracle ProC/ProC++
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 07:13 PM
тАО09-12-2008 07:13 PM
Re: Version of C compiler on HPUX
For IPF: cc -V
For PA: cc -V -c foo.c
>it does not show which version of C compiler is installed
What do you see?
ACXX C.06.20 HP C/aC++ Compiler
C-ANSI-C C.06.20 HP C/aC++ Compiler
Note the version of the compiler is really A.06.20.
>I don't have any C compilers installed in the system
Possibly. But what it does mean is that you have an obsolete version that doesn't have a rationalized title as above, that you can search for.
>ACXX C.05.55 HP aC++
You have obsolete A.05.55.
>is there any difference between the ansi C and C++ which I am having.
Sure, one is C and the other is C++.
> swlist -l product | grep -i compiler >doesn't reply anything.
That's because the name is in the bundle in that obsolete version.
B3899BA C.05.55 HP C/ANSI C Developer's Bundle (S700)
B3901BA C.05.55 HP C/ANSI C Developer's Bundle (S800)
B3911DB C.05.55 HP aC++ Compiler (S700)
B3913DB C.05.55 HP aC++ Compiler (S800)
>So can I proceed with oracle installation on these servers without having those patches and ansi C on system.
As Duncan says, that's correct. The bundled C compiler is all that is needed to install Oracle.
If you need to install Oracle applications, that's a different story.