05/06/2011 2:56 PM
post85484
|
Thanks.
when Creating an .so , I get 2 outputs :
libmylibS.a
and
libmylib.so
Now, I have an exe that needs to be linked to this so.
which one my app should linked against ? ( both options works )
My understanding is that *S file is PIC and should be used by another shared objects that needs to link against libmylib
.so.
so for application - i link against the so file.
Is this the right way of doing things ?
Thanks,
Ran
|
|
|