HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Porting linux application in to HPUX
Operating System - HP-UX
1833304
Members
2921
Online
110051
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-30-2004 09:52 PM
09-30-2004 09:52 PM
Porting linux application in to HPUX
Hi,
I have HP-UX 11.11i installed on my system.Iam trying to port linux application on to HPUX. I don't have much exposure on Porting. So if any knows about the procedure,let me know.
Regards.
Shetty.
I have HP-UX 11.11i installed on my system.Iam trying to port linux application on to HPUX. I don't have much exposure on Porting. So if any knows about the procedure,let me know.
Regards.
Shetty.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 10:02 PM
09-30-2004 10:02 PM
Re: Porting linux application in to HPUX
Most of those would involve
. unpack the source archive
. cd to the source folder
. configure --prefix=/usr/local --disable-nls
(use configure --help for available options)
. make
. make check
(perl uses the (better) 'make test', and some utils support both)
. make install
You'll find that many utils do not build out of the box. In those cases, read the INSTALL, README, and other relevant documents.
Then read the error messages very carefully.
If fails happen using HP C-ANSI-C, try to switch to GNU gcc, or vise versa
If you find problems, do not hesitate to mail fixes for HP-UX back to the development teams. Most are very grateful
Enjoy, Have FUN! H.Merijn
. unpack the source archive
. cd to the source folder
. configure --prefix=/usr/local --disable-nls
(use configure --help for available options)
. make
. make check
(perl uses the (better) 'make test', and some utils support both)
. make install
You'll find that many utils do not build out of the box. In those cases, read the INSTALL, README, and other relevant documents.
Then read the error messages very carefully.
If fails happen using HP C-ANSI-C, try to switch to GNU gcc, or vise versa
If you find problems, do not hesitate to mail fixes for HP-UX back to the development teams. Most are very grateful
Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 10:06 PM
09-30-2004 10:06 PM
Re: Porting linux application in to HPUX
Hi,
a good starting point would be to visit the HP-UX porting center.
There you will find contact to others who are porting software to HP-UX.
Have a look here: http://hpux.connect.org.uk/
Hope this helps
Regards Stefan
a good starting point would be to visit the HP-UX porting center.
There you will find contact to others who are porting software to HP-UX.
Have a look here: http://hpux.connect.org.uk/
Hope this helps
Regards Stefan
No Mouse found. System halted. Press Mousebutton to continue.
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