This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/23628] Typeinfo comparison code easily breaks shared libs
- 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: 29 Aug 2005 19:55:40 -0000
- Subject: [Bug c++/23628] Typeinfo comparison code easily breaks shared libs
- References: <20050829194742.23628.mmarcus@emarcus.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-29 19:55 -------
Usually when this is brought up, we ask how shared libraries are loaded, they need to be loaded with
global when calling dlopen (if you loading dynamicly).
If the shared libraries are loaded staticly, then maybe the issue is with incomplete types, which is PR
20647.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23628