if I create a shared library without a SONAME like this
gcc -shared libfoo.o -o libfoo.so
and link against it, how does the linker find my shared library?
Is the filename libfoo.so considered as default SONAME by the linker?
|
if I create a shared library without a SONAME like this
and link against it, how does the linker find my shared library? Is the filename |
|||
|
|
|
I think you're right. Here what ld man pages say:
|
|||
|
|