HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Linker Problem
Operating System - HP-UX
1837523
Members
3948
Online
110117
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
07-14-2003 11:16 AM
07-14-2003 11:16 AM
Linker Problem
Good Morning:
I m compiling a program server.cc with g++ (GNU 3.2.3) and he generate a object server.o. When I try to link with Oracle libraries the linker has a trouble by the type of files:
server.o :PA-RISC2.0 relocatable object
libclntsh.sl :ELF-64 shared object file - PA-RISC 2.0 (LP64)
What arguments could I use for in g++ for generates my object server.o type "ELF-64 relocatable object file - PA-RISC 2.0 (LP64)" and in this way be compatible with the oracle libraries?
Thanks in advance for your help.
I m compiling a program server.cc with g++ (GNU 3.2.3) and he generate a object server.o. When I try to link with Oracle libraries the linker has a trouble by the type of files:
server.o :PA-RISC2.0 relocatable object
libclntsh.sl :ELF-64 shared object file - PA-RISC 2.0 (LP64)
What arguments could I use for in g++ for generates my object server.o type "ELF-64 relocatable object file - PA-RISC 2.0 (LP64)" and in this way be compatible with the oracle libraries?
Thanks in advance for your help.
alfonsoarias
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2003 11:46 AM
07-14-2003 11:46 AM
Re: Linker Problem
-melf
??
live free or die
harry
??
live free or die
harry
Live Free or Die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2003 04:52 PM
07-14-2003 04:52 PM
Re: Linker Problem
g++ itself comes in different versions to generate 32-bit and 64-bit executables. You can get a 64-bit gcc/g++ from http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2003 10:26 PM
07-14-2003 10:26 PM
Re: Linker Problem
Hi,
I think you need:
-mpa-risc-2-0
Hope this helps,
Ollie.
I think you need:
-mpa-risc-2-0
Hope this helps,
Ollie.
To err is human but to not award points is unforgivable
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP