- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: I need an CANSI/C compiler -> 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
09-06-2001 10:15 AM
09-06-2001 10:15 AM
I need an CANSI/C compiler -> HPUX
I use HPUX 10.20, when I try to compile some source, I got errors and warnings because I don't have a ANSI/C installed.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 10:21 AM
09-06-2001 10:21 AM
Re: I need an CANSI/C compiler -> HPUX
You have to call HP.
B3899BA HP C/ANSI C Developer's bundle is not a free product.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 10:23 AM
09-06-2001 10:23 AM
Re: I need an CANSI/C compiler -> HPUX
You need thet HP C/ANSI C Developer's Bundle. Part # B3899BA. It costs $$.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 10:23 AM
09-06-2001 10:23 AM
Re: I need an CANSI/C compiler -> HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 10:53 AM
09-06-2001 10:53 AM
Re: I need an CANSI/C compiler -> HPUX
Leandro.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 10:56 AM
09-06-2001 10:56 AM
Re: I need an CANSI/C compiler -> HPUX
Your other option is to download the GNU C compiler (gcc) which is free.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 12:10 PM
09-06-2001 12:10 PM
Re: I need an CANSI/C compiler -> HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 01:56 PM
09-06-2001 01:56 PM
Re: I need an CANSI/C compiler -> HPUX
HP charges separately for the ansiC developers bundle, C++, and AnsiC++. The standard C++ compiler is not Ansi C compliant. You need aC++. What a racket!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 03:13 PM
09-06-2001 03:13 PM
Re: I need an CANSI/C compiler -> HPUX
CC=cc make
Also, if you've installed the gcc from HP's porting archives, make sure you have also installed binutils and I would also recommend installing the gnu make utility. Hope this helps.
-Santosh