https://sourceware.org/bugzilla/show_bug.cgi?id=27169
--- Comment #14 from H.J. Lu <hjl.tools at gmail dot com> --- Just to be clear. Some i386 shared libraries are compiled without -fPIC on purpose to improve performance. When ld sees R_386_PC32 of an undefined symbol in a shared library, it creates a dynamic R_386_PC32 relocation in the .text section. Replace R_386_PC32 with R_386_PLT32 will break this. -- You are receiving this mail because: You are on the CC list for the bug.