- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- where can I find 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
Forums
Discussions
Discussions
Discussions
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
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
12-07-2004 02:04 AM
12-07-2004 02:04 AM
And I compile a lost of programs using cc and make , but now I need to compile c++ code. DO I have to install another bundle from HP for c++ or I use the same Ansi compile with specific options ????
Regards
Abdul Majeed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 02:07 AM
12-07-2004 02:07 AM
SolutionYou can use B3913DB - available here for servers:
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3913DB
And B3911DB available here for workstations:
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3911DB
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 02:09 AM
12-07-2004 02:09 AM
Re: where can I find C++ Compiler on HPUX
You can also use gcc :
http://mirrors.develooper.com/hpux/
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 02:10 AM
12-07-2004 02:10 AM
Re: where can I find C++ Compiler on HPUX
HP aC++ compiler, the product is B3913DB For S800
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 02:43 AM
12-07-2004 02:43 AM
Re: where can I find C++ Compiler on HPUX
the error we are getting from the Oracle Application generation is "sh: aCC:not foun"
this means it need "aC++" complier !!!
But Fred Ruffet said that we can use ansi/c "cc" to compile c++ but how ??
Regards
Abdul Majeed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 03:01 AM
12-07-2004 03:01 AM
Re: where can I find C++ Compiler on HPUX
aCC is probably given as the compiler in Makefile. But that doesn't mean you should change it : program may be created for this compiler and may not compile or run with another.
What is this program you are trying to compile ?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 03:08 AM
12-07-2004 03:08 AM
Re: where can I find C++ Compiler on HPUX
Your other option is the Gnu compiler which is free and can be downloaded from any of the HP-UX Porting Centre's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 03:13 AM
12-07-2004 03:13 AM
Re: where can I find C++ Compiler on HPUX
Version A.03.15 on the server. This version of the compiler is a patch to the base release A.03.
13, obtain this from HP.
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 03:41 AM
12-07-2004 03:41 AM
Re: where can I find C++ Compiler on HPUX
Fred belive's same as my belive before :)
Currentlly we are installing and customizing ERP Oracle fininacil package which require a set of compilation
GNU ( gcc ) it is a free compile but is it a fully compatibale with aCC ???
Regards
Abdul Majeed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 03:53 AM
12-07-2004 03:53 AM
Re: where can I find C++ Compiler on HPUX
We have given gcc a try but problem arises you get from oracle a We only support what has been certified by us and so we have installed B3913DB HP aC++ Compiler, I mentionned the patch version because it was an answer of oracle when we said why do you require such product and no say so when you buy it (I mean since when do you buy a product then learn it requires to be installed other components that are not free... because I call that robbery...)
But then oracle say its a HP problem that in fact with the patch they mentionned it should work etc... We have been trough relinking and not finding the libraries etc... and opted to acquire aC++ and End the debate...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 04:09 AM
12-07-2004 04:09 AM
Re: where can I find C++ Compiler on HPUX
Thanks Vicotr for the clarification :)
Regards
Abdul Majeed