- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Compiling
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
02-25-2004 02:27 AM
02-25-2004 02:27 AM
Does anyone know any good resources on the web to briefly explain the process behind compiling binaries for installation?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 02:38 AM
02-25-2004 02:38 AM
SolutionMake it the utility that compiles, links, creates man pages, and does the final installation moves for you.
There is no documentation to explain this because the number of ways to package source is legion. My best advice is to download, untar, and then review the README file. It should explain the install/build of a particular package.
The typical "gotcha's" are trying to use the bundled C compiler when an ANSI compiler is required or not having utilities installed (make,ranlib,yacc,etc.).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 02:43 AM
02-25-2004 02:43 AM
Re: Compiling
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 03:20 AM
02-25-2004 03:20 AM
Re: Compiling
sometimes building from source is easy, but sometimes (most times) it's not so easy.
Indeed getting the C++ compiler and libraries is a 'gotcha'.
But also the correct perl version may be difficult for those who do not fully understand it. I have had bad experiences with installing something called DBD DBI (database modules for Perl).
You know there are HP-UX software portals like http://hpux.connect.org.uk?
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 03:22 AM
02-25-2004 03:22 AM
Re: Compiling
you know the link. My browser is slow??
JP.