Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active July 7, 2024 09:37
Show Gist options
  • Save kjunichi/46240ab50b0c7b66dee4b034fd7b0af2 to your computer and use it in GitHub Desktop.
Save kjunichi/46240ab50b0c7b66dee4b034fd7b0af2 to your computer and use it in GitHub Desktop.
20240707

20240707

.soライブラリを扱う

gcc -shared -Wl,-soname,libfile1.so -fPIC -o libfile1.so file1.o

以下のようにsonameを指定しないで.soを作ってもlddで表示されない。

gcc -fPIC -c -o libfile1.so -shared file1.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment