I have a 3rd party library : lib3rdPartylib.so.It is possible to check with what version of gcc has been this library compiled?
Thank you.
I have a 3rd party library : lib3rdPartylib.so.It is possible to check with what version of gcc has been this library compiled?
Thank you.
Try objdump to see comment section:
objdump -s -j .comment lib3rdPartylib.so