- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: C Compiler
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
01-11-2002 08:57 AM
01-11-2002 08:57 AM
Their System Administrator has left and they are unsure what they need to buy. We don't know enough about HP-UX to advise them. Does anyone out there have any recommendations on a C compiler for their version of HP-UX?
Any information would be greatly appreciated.
Thanks,
Dave
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:03 AM
01-11-2002 09:03 AM
SolutionThere is a basic C compiler that comes with HP-UX.
If they need ANSI/C, then that has to be purchased from HP.
Here is a link to HP's ANSI/C package:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B3901BA
Here is a link to HP's aC++ package:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B3913DB
GnuC may also be an option, depending on their needs. Here is a link to the Gnu C / C++ package (it is free, by the way):
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.0.1/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:06 AM
01-11-2002 09:06 AM
Re: C Compiler
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:10 AM
01-11-2002 09:10 AM
Re: C Compiler
You can install the ANSI/C software from the Application CD provided by HP. You have to get the license and codeword from HP inorder to enable the product.
See this for a useful information:
http://www.docs.hp.com/hpux/onlinedocs/5969-4437/5969-4437.html
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 09:14 AM
01-11-2002 09:14 AM
Re: C Compiler
If you need to compile K&R and ANSI/C then you need the ANSI/C compiler. If you need to compile C++ and ANSI/C then you need the aC++ compiler. Note: aC++ does not speak K&R so it you need K&R C, ANSI/C, and C++ then you need both compilers.
The bundled compiler is mainly intended to build kernels but can be used for very limited K&R compiles. Many of the header files normally needed for development are missing.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 10:42 AM
01-11-2002 10:42 AM
Re: C Compiler
Dave