[Bug ld/4398] relocation R_X86_64_PC32 against 'funcx'; recompile with -fPIC

2007-04-20 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2007-04-20 10:44 --- You must use a PIC call. -- What|Removed |Added Status|NEW

[Bug ld/4398] relocation R_X86_64_PC32 against 'funcx'; recompile with -fPIC

2007-04-20 Thread evilight at gmail dot com
--- Additional Comments From evilight at gmail dot com 2007-04-20 11:01 --- (In reply to comment #2) You must use a PIC call. Could you please describe more details? I also tried this: compile the assemble code with gcc gcc -fPIC -o a.o -c a.s gcc -fPIC -o b.o -c b.c ld -shared a.o