------- Comment #22 from davek at gcc dot gnu dot org 2010-09-23 03:56 ------- (In reply to comment #20)
> Indeed, the explanation page > http://gcc.gnu.org/wiki/Visibility [ ... ] > this means to use these options, you should alter your header files first, but > wxwidgets source code apparently don't contain anything like > "__attribute__((visibility("default")))". Visibility is only supported on platforms that use the ELF file format; dllexport/dllimport already is the equivalent feature for windows. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43601