[Webkit-unassigned] [Bug 126232] [GTK] [CMake] Convenience libraries that export API should be compiled with --whole-archive on Unix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 26 16:13:59 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=126232





--- Comment #1 from Martin Robinson <mrobinson at webkit.org>  2013-12-26 16:11:56 PST ---
An example of this issue for me is that after linking, 

$ objdump -T lib/libwebkitgtk-3.0.so | grep webkit_dom_css_value_get_type 

does not show any output. With this change, I see:

0000000001fdefc0 g    DF .text    0000000000000090  Base        webkit_dom_css_value_get_type

This change may seem a bit mysterious, but I've confirmed that libtool (which isn't used in the CMake build) does this as well.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list