I have a command line like this:
$ gcc -shared -fPIC procmem.c -o libprocmem.so
But i don't know what -shared and -fPIC mean? Can someone explain it to me. Thank you.
I have a command line like this:
$ gcc -shared -fPIC procmem.c -o libprocmem.so
But i don't know what -shared and -fPIC mean? Can someone explain it to me. Thank you.