There is a static library but i am not sure compiled for sparc or x86 architecture. How to determine this on linux/unix ?
Thanks
✔️ A program compiled with static libraries is portable because it can be taken to another computer without the need to take the libraries with you.
Static libraries, while reusable in multiple programs, are locked into a program at compile time. Dynamic, or shared libraries, on the other hand, exist as separate files outside of the executable file.
I found objdump tool,
objdump -f FILE_NAME
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With