I've already read the gcc
manpage, but I still can't understand the difference between -fpic
and -fPIC
. Can someone explain it, in a very simple and clear way?
(as a bonus, you might also compare them with -fpie
and -fPIE
)
Sorry if this is duplicate, but it's hard to search for a question that contains both -fpic
and -fPIC
.
Related questions: