[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/679] ld failed to support protected symbols
From: |
hjl at lucon dot org |
Subject: |
[Bug ld/679] ld failed to support protected symbols |
Date: |
19 Jan 2005 00:03:50 -0000 |
------- Additional Comments From hjl at lucon dot org 2005-01-19 00:03 -------
Created an attachment (id=375)
--> (http://sources.redhat.com/bugzilla/attachment.cgi?id=375&action=view)
A testcase
address@hidden x86_64-2]$ make
gcc -B./ -fPIC -c -o x.o x.c
ld -shared -o libx.so x.o
ld: x.o: relocation R_X86_64_PC32 against `_memcpy_mem_ops_method' can not be
used when making a shared object; recompile with -fPIC
ld: final link failed: Bad value
make: *** [libx.so] Error 1
--
http://sources.redhat.com/bugzilla/show_bug.cgi?id=679
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.