Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GCC エラー:
relocation R_X86_64_32S against `ebx' can not be used when making a shared object; recompile with -fPIC
-fPIC フラグが設定されていることを確認した場合でも。
インライン アセンブリを含むファイルをコンパイルしようとしている場合は、レジスタの前に%記号がないことを確認してください。
リンカー行で -fPIC を必ず使用してください。テンプレートがリンカーによってコンパイルされることがあります。