HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- C Compiler
Operating System - HP-UX
1832764
Members
3036
Online
110045
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
09-15-2005 02:22 AM
09-15-2005 02:22 AM
C Compiler
Hi
i am trying to write a c progam on my itanium server (hp-ux 11.23)
when i try to compile the program i receive the following error (C compiler version 5.0):
1-(Bundled) cc: warning 922: "-b" is unsupported in the bundled
compiler,
ignored.
2-(Bundled) cc: warning 922: "-Ae" is unsupported in the bundled
compiler,
ignored.
3- (Bundled) cc: warning 922: "+u4" is unsupported in the bundled
compiler,
ignored.
is there any path that can solve this problem ?
Regards
Hassoun
i am trying to write a c progam on my itanium server (hp-ux 11.23)
when i try to compile the program i receive the following error (C compiler version 5.0):
1-(Bundled) cc: warning 922: "-b" is unsupported in the bundled
compiler,
ignored.
2-(Bundled) cc: warning 922: "-Ae" is unsupported in the bundled
compiler,
ignored.
3- (Bundled) cc: warning 922: "+u4" is unsupported in the bundled
compiler,
ignored.
is there any path that can solve this problem ?
Regards
Hassoun
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 02:26 AM
09-15-2005 02:26 AM
Re: C Compiler
The bundled c compiler that is included with HP-UX is a stripped down version that is of limited usefulness - primarily it's used to build the kernel. You either need to purchase HP's full fledged C compiler or download and install gcc:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-4.0.1/
Pete
Pete
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-4.0.1/
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 02:26 AM
09-15-2005 02:26 AM
Re: C Compiler
Do you have aCC installed? If you do, you need to check your path because from the errors you are getting, you appear to be running the built in basic C compiler, which doesn't understand the same options as aCC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 02:28 AM
09-15-2005 02:28 AM
Re: C Compiler
you are compiling with the bundled C-Compiler.
To use all compiler features you will need to buy the HP ANSI-C compiler or use GNU's gcc.
Regards
Rainer
To use all compiler features you will need to buy the HP ANSI-C compiler or use GNU's gcc.
Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
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