Bug 59129 - @gprel relocation against dynamic symbol
Summary: @gprel relocation against dynamic symbol
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: binutils
Version: 1.0
Hardware: ia64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-31 14:52 UTC by Tim Waugh
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-01-31 22:51:01 UTC
Embargoed:


Attachments (Terms of Use)

Description Tim Waugh 2002-01-31 14:52:02 UTC
Description of Problem:
I get error from ld when trying to build Omni on ia64.

Version-Release number of selected component (if applicable):
binutils-2.11.92.0.12-9.1

How Reproducible:
100%

Steps to Reproduce:
1. Unpack objs.tar.gz (in my home directory)
2. ld -shared -soname libomni.so -o libomni.so *.o

Actual Results:
ld: StringResource.o: @gprel relocation against dynamic symbol _ZN14StringResource11pLanguage_dE
ld: StringResource.o: @gprel relocation against dynamic symbol _ZN14StringResource11pLanguage_dE
ld: StringResource.o: @gprel relocation against dynamic symbol _ZN14StringResource11pLanguage_dE

Comment 1 Jakub Jelinek 2002-01-31 22:50:56 UTC
This usually means you're trying to link non-fpic objects into shared library,
which is a big no no on ia64.

Comment 2 Tim Waugh 2002-02-01 11:12:04 UTC
That's what it was.  Sorry!



Note You need to log in before you can comment on or make changes to this bug.