This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/22185] final link failed: Nonrepresentable section on output


------- Additional Comments From hjl at lucon dot org  2005-08-21 20:40 -------
One solution is to put

#pragma GCC visibility push(default)
...
#pragma GCC visibility pop

around all libc and libstdc++ header files, like

#pragma GCC visibility push(default)
#include <iostream.h>
#pragma GCC visibility pop

But you may run into bug 20303.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22185


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]