- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Missing 64 bit version of libmpc on hpux ia64
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-10-2016 08:36 AM
02-10-2016 08:36 AM
Missing 64 bit version of libmpc on hpux ia64
I am trying to build something on hpux ia64 11.31 that requires a gcc version of 4.8.2 or later.
The current available version in the hp depot is 4.2.3.
I have the source for gcc 4.8.2 and I am trying to build it.
When running the 'configure' for the build process, it fails with
"ld: Can't find library or mismatched ABI for -lmpc"
In searching for the library, I have found that /usr/local/lib/hpux32 libs exist for mpc.
But there are no 64 bit versions in /usr/local/lib/hpux64 for mpc.
The depot package installed is "mpc-1.0.3" (I have tried other version with the same result).
The problem can be shown by just trying to compile a 'hello world' test file the includes the lib reference.
gcc test.c -lmpc
ld: Can't find library or mismatched ABI for -lmpc
If the mpc depot package does not supply the 64 bit libraries, what does?
Thanks,
northbc
northb@msn.com
- Tags:
- gcc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2016 01:22 PM - edited 02-15-2016 01:23 PM
02-15-2016 01:22 PM - edited 02-15-2016 01:23 PM
Re: Missing 64 bit version of libmpc on hpux ia64
>If the mpc depot package does not supply the 64 bit libraries, what does?
You have the sources, build it yourself.
http://hpux.connect.org.uk/hppd/hpux/Maths/LinAlgebra/mpc-1.0.3/