HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Compile a program ?
Operating System - HP-UX
1834927
Members
2864
Online
110071
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
03-07-2006 11:15 AM
03-07-2006 11:15 AM
Compile a program ?
Hi:
I whant to know who can compile a programa to hpux box, somebody can help me made step by step.
Thank you!!
I have install C++
I whant to know who can compile a programa to hpux box, somebody can help me made step by step.
Thank you!!
I have install C++
The time is gold
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 11:32 AM
03-07-2006 11:32 AM
Re: Compile a program ?
Issac,
For C programs use cc and for C++ use aCC. Each of these needs to be purchased from HP separately. So depending on your coding needs (C or C++) do the requisite.
cheers!
For C programs use cc and for C++ use aCC. Each of these needs to be purchased from HP separately. So depending on your coding needs (C or C++) do the requisite.
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 12:25 PM
03-07-2006 12:25 PM
Re: Compile a program ?
In that case, it could be as simple as
aCC myfile.C -o myfile
but I doubt it's going to be that simple.
You are basically telling you that you have purchased a car and there is fuel in the tank. Now you want to go to Hot Coffee, MS but you haven't told us where you are now or what are your current driving skills.
aCC myfile.C -o myfile
but I doubt it's going to be that simple.
You are basically telling you that you have purchased a car and there is fuel in the tank. Now you want to go to Hot Coffee, MS but you haven't told us where you are now or what are your current driving skills.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 01:41 PM
03-07-2006 01:41 PM
Re: Compile a program ?
Hello,
For C++, you may need to install aC++ or GCC in your hp-ux box. You can download GCC from,
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,7663,00.html
Once you installed GCC, you can just compile as,
# g++ -o test test.cpp
-Arun
For C++, you may need to install aC++ or GCC in your hp-ux box. You can download GCC from,
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,7663,00.html
Once you installed GCC, you can just compile as,
# g++ -o test test.cpp
-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
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