- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- C/ANSI C product
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-01-2000 01:29 AM
09-01-2000 01:29 AM
I try to make a shared library with
the compiler cc in HP-UX 10.20 machine.
I write:
cc -c square.c -o square.o +z
but the answer is:
The +z option is available only with the C/ANSI C product;ignored
There is another c compiler to make
shared libraries?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2000 01:33 AM
09-01-2000 01:33 AM
Re: C/ANSI C product
HP-UX comes with a standard very basic C compiler which is used to build the kernel and write simple C programs. For anything more complex you need to purchase HP's ANSI/C compiler or download the free GNU C Compiler and install them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2000 01:36 AM
09-01-2000 01:36 AM
Re: C/ANSI C product
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2000 01:41 AM
09-01-2000 01:41 AM
SolutionHeres the free GNU C compiler for HP-UX;
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-2.95.2/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2000 01:41 AM
09-01-2000 01:41 AM
Re: C/ANSI C product
As to the HP Products .... these are purchaseable and shipped on the applications CD's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 05:39 AM
04-29-2002 05:39 AM
Re: C/ANSI C product
I??m having the same problem ...
I bought HP C/Ansi C three years ago but know I bought another HP workstation without Ansi C and I trying to avoid buying another Ansi C. I just need to download this gcc and use it instead of HP-UX cc and GNU make instead HP-UX make, is it ? Can I keep the Makefile ? Do you think I am going to have trouble using gcc instead of HP-UX CC ?
Thanks,
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 05:42 AM
04-29-2002 05:42 AM
Re: C/ANSI C product
You need to start a new question (thread). And you might want to look at these links:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html
Great help in finding them:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html
live free or die
harry