I read from some book which says this fact about dynamic-linking:
For example when executing this command:
gcc main.o lib.so.
gcc main.o lib.so
The mai
mai