This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
When to generate PIC?
- From: Erik Leunissen <e dot leunissen at hccnet dot nl>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 13 Dec 2005 18:44:23 +0100
- Subject: When to generate PIC?
L.S.
I am developing a library that needs to be dynamically loaded into an
application.
I am unsure whether or not to generate position independent code for
this library. I just don't know which considerations are relevant for
such a decision.
Could anybody enlighten me (or point me to information where I could
enlighten myself)?
Thanks in advance,
Erik Leunissen
==============