- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- compilatD1on errors
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
тАО06-28-2002 12:16 AM
тАО06-28-2002 12:16 AM
compilatD1on errors
I do not get these when I use aCC.
What could be the reason?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2002 12:19 AM
тАО06-28-2002 12:19 AM
Re: compilatD1on errors
HI,
The bundled c-compiler is there primarily
for making the kernel.
It is not intended for regular program
development.
It is not an ansi-c compiler.
If your code is ansi-c you should buy
the ansi-c compiler from HP.
Regards
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2002 12:45 AM
тАО06-28-2002 12:45 AM
Re: compilatD1on errors
For ANSI C code try aCC or gcc.
You can get a precompiled depot (read to install) of gcc from:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.1/
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2002 12:53 AM
тАО06-28-2002 12:53 AM
Re: compilatD1on errors
Thanks for your reply. It was useful info.
I used aCC too and got the errors. Quite a few lines wre in old style and c++ complained. A list is enclosed.
Kailash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2002 01:29 AM
тАО06-28-2002 01:29 AM
Re: compilatD1on errors
I'm not familiar with aCC, but there should be an option to tell aCC to accept non-ANSI (e.g. K&R) C-code.
Check the manual for it!
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2002 01:44 PM
тАО06-28-2002 01:44 PM