Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- General
- >
- autoconf and automake
General
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
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
- Email to a Friend
- Report Inappropriate Content
08-08-2006 11:10 AM
08-08-2006 11:10 AM
autoconf and automake
I am trying to port some linux user space s/w to hp-ux. I installd the Linux Porting Toolkit, hoping that it will give me autoconf and automake. It did not.
Can you give me some tips on how to build sources that are built on linux using autoconf and automake?
Can you give me some tips on how to build sources that are built on linux using autoconf and automake?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-2006 11:06 PM
08-09-2006 11:06 PM
Re: autoconf and automake
Hi,
This a good link on autoconf and automake, URL : http://sources.redhat.com/autobook/autobook/autobook_toc.html .
regards,
Ryan
This a good link on autoconf and automake, URL : http://sources.redhat.com/autobook/autobook/autobook_toc.html .
regards,
Ryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-10-2006 08:52 AM
08-10-2006 08:52 AM
Re: autoconf and automake
Hi,
You may want to download HP-UX software depot (already compiled & ready to install) :
http://hpux.connect.org.uk/
Good lcuk.
Kodjo
You may want to download HP-UX software depot (already compiled & ready to install) :
http://hpux.connect.org.uk/
Good lcuk.
Kodjo
Learn and explain...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-10-2006 09:36 AM
08-10-2006 09:36 AM
Re: autoconf and automake
If you are just picking up a source package and want to build it on HP-UX you shouldn't need autoconf or automake. Ideally, you should just need to run the configure script that comes with the package and then run make (make sure you have the GNU make). autoconf and automake are needed by the person who is creating the source package, but should not be needed by the person who is compiling the package. Hopefully the package would come with a README file that covers the basics of how to build the package. The tricky part comes if the make fails because the package uses some headers or library calls that HP-UX doesn't have and that are not correctly handled by ifdefs that are set by the configure script.
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.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP