- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 64-bit shared library in 32-bit link
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
09-03-2002 01:11 PM
09-03-2002 01:11 PM
64-bit shared library in 32-bit link
"/usr/ccs/bin/ld: /usr/local/lib/libdl.sl: Mismatched ABI. 64-bit PA shared library found in 32-bit link"
then i get an exit with error status 1.
I am fairly new to this stuff and i don't know why it is giving me that or what i can do to fix it and get this thing to compile. I have tried making it with CC=cc or CC=aCC to see if it was a compiler thing but both of those give me other problems (though i admit i don't remember them giving me this exact problem) so is there any way around this? (and why is it doing it if you know?)
Also, while i am here i may as well ask if anyone knows how to compile the newest version of ld for hpux. I downloaded the newest binutils (2.13) and compiled them but when they compile it says that it is leaving out the package ld because it's not supported on this platform. So are we stuck with the ld that HP gives us?
Thanks in advance.
-Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 01:19 PM
09-03-2002 01:19 PM
Re: 64-bit shared library in 32-bit link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 01:35 PM
09-03-2002 01:35 PM
Re: 64-bit shared library in 32-bit link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 10:30 PM
09-03-2002 10:30 PM
Re: 64-bit shared library in 32-bit link
2. You can only make 64bit objects with a 64bit gcc (gcc-3.2/64 is available on https://www.beepz.com/personal/merijn )
3. If you make a 32bit object and you are linking with 64bit objects, the only solution is to rebuild the 64bit object to 32bit
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2002 10:09 AM
09-05-2002 10:09 AM
Re: 64-bit shared library in 32-bit link
Thanks for your effort and help! I appreciate it a lot.
-Chris