HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Porting Glibc to HP-UX
Operating System - HP-UX
1825768
Members
2053
Online
109687
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
12-28-2004 09:28 PM
12-28-2004 09:28 PM
Porting Glibc to HP-UX
I've Ported old version of GLIBC(2.1.3) to HP-UX without using LPK...
I want to know how to use that library in HP-UX applications...?
Also I want to know how to proceed furthur...?
Please let me know
I want to know how to use that library in HP-UX applications...?
Also I want to know how to proceed furthur...?
Please let me know
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 10:33 PM
12-28-2004 10:33 PM
Re: Porting Glibc to HP-UX
You've ported it prior to knowing how to use it?
Maybe the nice folks at http://hpux.connect.org.uk
can help find a use for it.
How did you test it?
How do you know it works?
Maybe it fits in with these tools.
http://hpux.connect.org.uk/hppd/hpux/Gtk/Development/
SEP
Maybe the nice folks at http://hpux.connect.org.uk
can help find a use for it.
How did you test it?
How do you know it works?
Maybe it fits in with these tools.
http://hpux.connect.org.uk/hppd/hpux/Gtk/Development/
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 05:38 PM
12-29-2004 05:38 PM
Re: Porting Glibc to HP-UX
Hi folks,,,
Thaks for replying...
I want to know how to proceed it furthur...
Shall i proceed with the next ported version
ie GLIBC 2.2.4... or shall i continue with
the immediate next version...
Bieng an fresher to this field i'm asking
these questions...
Thanks in advance...
Regards
Anitha
Thaks for replying...
I want to know how to proceed it furthur...
Shall i proceed with the next ported version
ie GLIBC 2.2.4... or shall i continue with
the immediate next version...
Bieng an fresher to this field i'm asking
these questions...
Thanks in advance...
Regards
Anitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2004 06:10 PM
12-29-2004 06:10 PM
Re: Porting Glibc to HP-UX
Go for the most recent version. Even alpha-ports will do.
Why?
1. It's new anyway, so people that want to use it on HP-UX will read the docs and expect the most recent functionality
2. You don't have to care about backward (in)compatibilities, because there are no older versions
3. You will be close to the development version, which makes it easy to port your changes (the changes needed to get it to run on HP-UX) back to the GNU source (and please do report back all changes you make, they are valuable to that team)
4. You will hit the most strangest things first.
I'm running the most recent GNU gcc on HP-UX to compile bleading edge perl just because I want to catch incompatibilities before anyone else. On AIX, I even run one of the first nightly snapshots of gcc-4. I also have the native compilers available on both OS's, so I do not need gcc.
Also try to compile glibc with all compilers you can get on HP-UX. They all react different, and all feedback is valuable.
SEP, porting to HP-UX without knowing what you would want to use it for is a form of art that yields much fun. That alone is reason enough to do it. All GNU projects come with test packages: make check, so knowing how to test it isn't a big issue either. On the road of porting GNU apps to HP-UX, you learn a lot, which is yet another reason to just do it.
Enjoy, Have FUN! H.Merijn
Why?
1. It's new anyway, so people that want to use it on HP-UX will read the docs and expect the most recent functionality
2. You don't have to care about backward (in)compatibilities, because there are no older versions
3. You will be close to the development version, which makes it easy to port your changes (the changes needed to get it to run on HP-UX) back to the GNU source (and please do report back all changes you make, they are valuable to that team)
4. You will hit the most strangest things first.
I'm running the most recent GNU gcc on HP-UX to compile bleading edge perl just because I want to catch incompatibilities before anyone else. On AIX, I even run one of the first nightly snapshots of gcc-4. I also have the native compilers available on both OS's, so I do not need gcc.
Also try to compile glibc with all compilers you can get on HP-UX. They all react different, and all feedback is valuable.
SEP, porting to HP-UX without knowing what you would want to use it for is a form of art that yields much fun. That alone is reason enough to do it. All GNU projects come with test packages: make check, so knowing how to test it isn't a big issue either. On the road of porting GNU apps to HP-UX, you learn a lot, which is yet another reason to just do it.
Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP