HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Regarding HP Unix C89
Operating System - HP-UX
1830177
Members
2510
Online
109999
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
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-26-2003 09:19 PM
02-26-2003 09:19 PM
Regarding HP Unix C89
Hi all,
I am new to HP Unix platform. Is HP Unix C89 is same as HP Unix ANSI C compiler? Is HP Unix C89 will ship with OS? And what is the difference between cc & aCC compilers. Can any one light me in this regard.
Thanks & Regards
Sreedhar Gupta
I am new to HP Unix platform. Is HP Unix C89 is same as HP Unix ANSI C compiler? Is HP Unix C89 will ship with OS? And what is the difference between cc & aCC compilers. Can any one light me in this regard.
Thanks & Regards
Sreedhar Gupta
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2003 11:52 AM
02-28-2003 11:52 AM
Re: Regarding HP Unix C89
c89 is the HP Unix ANSI C compiler, also known as cc. It is not standard with the OS. The /usr/ccs/bin/cc_bundled that comes with the OS is only intended for rebuilding kernel config files.
aCC is the ANSI C++ compiler.
If you invoke cc as c89 it is the same as "cc -Aa", which enables ansi features and has a very strict ANSI set of names from header files. That can be good for avoiding any symbol conflicts between your code and the OS. It can be bad because you usually want to use header file features that are not strict ANSI standard. The header file symbols can be turned on a little at a time with defines documented in stdsyms(5), http://www.docs.hp.com./cgi-bin/onlinedocs.py?mpn=B2355-90684&service=hpux&path=../B2355-90684/00/00/72
aCC is the ANSI C++ compiler.
If you invoke cc as c89 it is the same as "cc -Aa", which enables ansi features and has a very strict ANSI set of names from header files. That can be good for avoiding any symbol conflicts between your code and the OS. It can be bad because you usually want to use header file features that are not strict ANSI standard. The header file symbols can be turned on a little at a time with defines documented in stdsyms(5), http://www.docs.hp.com./cgi-bin/onlinedocs.py?mpn=B2355-90684&service=hpux&path=../B2355-90684/00/00/72
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2003 11:57 AM
02-28-2003 11:57 AM
Re: Regarding HP Unix C89
I forgot to add-
You can learn about the HP-UX C compiler products at http://www.hp.com/go/c and the C++ compiler products at http://www.hp.com/go/c++ .
There are also open source compilers available at http://www.hp.com/go/gcc .
You can learn about the HP-UX C compiler products at http://www.hp.com/go/c and the C++ compiler products at http://www.hp.com/go/c++ .
There are also open source compilers available at http://www.hp.com/go/gcc .
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