I create a shared (.DLL) library, and I continue to receive this message from the compiler (gcc):
json.c:1:0: warning: -fPIC ignored for target (all code is position independent)
What does it mean that all code is position-independent?
What does position-specific code look like?
source share