Bug 153192 - [OSX][GTK] libjavascriptcoregtk is missing some symbols because it is not linked with -Wl,-all_load on OSX
Summary: [OSX][GTK] libjavascriptcoregtk is missing some symbols because it is not lin...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac OS X 10.11
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 126492
  Show dependency treegraph
 
Reported: 2016-01-16 22:06 PST by Jeremy Huddleston Sequoia
Modified: 2017-03-11 10:58 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Huddleston Sequoia 2016-01-16 22:06:10 PST
libjavascriptcoregtk is not including some of libWTFGTK because it is not linked with -Wl,-all_load.

Manually adding it to link.txt after configuring worked well enough to get me something usable, but that's obviously not the correct solution.