https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65886
--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> --- (In reply to H.J. Lu from comment #15) > Unless we state -Bsymbolic should never be used with GCC, we should > provide a way to make PIE to compatible with -Bsymbolic. Well, there is a way, build with -fPIC rather than -fPIE.