- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Invalid loader fixup in text space needed...
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
06-05-2008 05:49 AM
06-05-2008 05:49 AM
Invalid loader fixup in text space needed...
I'm trying to create a shared library on HPUX 11.23 and got the following error:
/usr/ccs/bin/ld: Invalid loader fixup in text space needed in output file for symbol "CCACSXXX::~CCACSXXX()" in input file "my_file"
collect2: ld returned 1 exit status
Do you have any idea?
1. The same makefile worked for Solaris,aix and linux
2. I tried it as is since it might be fixed by installaing a patch... if not, I will try to generate a small shared library (so) in order to give you more detailed information.
3. My Env:
Using built-in specs.
Target: hppa2.0w-hp-hpux11.23
Configured with: ../gcc/configure
Thread model: posix
gcc version 4.2.2
tx,
shlom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2008 10:52 PM
06-05-2008 10:52 PM
Re: Invalid loader fixup in text space needed...
This is linker-speak for you didn't generate PIC code. For HP's compilers you need +z/+Z.
For gcc, you need -fpic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 07:39 AM
06-10-2008 07:39 AM
Re: Invalid loader fixup in text space needed...
it didn't solve the problem I specified - I might have some other problems... so I'm gonna try creating small shared lib for HPUX... and then get back.
BUT anyway what's the meaning of this flag?
tx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 10:18 AM
06-10-2008 10:18 AM
Re: Invalid loader fixup in text space needed...
Generate code for a shlib, Position Independent Code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 11:36 PM
06-10-2008 11:36 PM