------- 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