[Bug c++/35145] Mozilla stable branch (1.8) fails to build with gcc 4.3.0

kengert at redhat dot com gcc-bugzilla@gcc.gnu.org
Sat Feb 9 05:32:00 GMT 2008



------- Comment #2 from kengert at redhat dot com  2008-02-09 05:32 -------
It appears there is some sort of visibility issue, I should have had this idea
earlier because of the "hidden symbol" message shown in the build output.

The mozilla build system has a configuration option to disable the visibility
feature, as I understand it.

Once I pass 
  ac_cv_visibility_pragma=no
to the mozilla configure scripts, it works.

(FYI the comments for that mozilla build option point to gcc bug 26905 and gcc
bug 20297.)


-- 


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



More information about the Gcc-bugs mailing list