This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/35500] Documentation for -fPIC/-fpic/-fpie is not clear
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Mar 2008 19:39:26 -0000
- Subject: [Bug c++/35500] Documentation for -fPIC/-fpic/-fpie is not clear
- References: <bug-35500-15713@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2008-03-07 19:39 -------
DSO requires PIC code.
PIC means is it produces position independent code.
PIE means it produces code for position independent executable, not DSOs
though.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35500