<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] OSX linker doesn't understand --whole-archive"
   href="https://bugs.webkit.org/show_bug.cgi?id=144557#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] OSX linker doesn't understand --whole-archive"
   href="https://bugs.webkit.org/show_bug.cgi?id=144557">bug 144557</a>
              from <span class="vcard"><a class="email" href="mailto:mrobinson&#64;webkit.org" title="Martin Robinson &lt;mrobinson&#64;webkit.org&gt;"> <span class="fn">Martin Robinson</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=252688&amp;action=diff" name="attach_252688" title="Patch">attachment 252688</a> <a href="attachment.cgi?id=252688&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=252688&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=252688&amp;action=review</a>

<span class="quote">&gt;&gt;&gt; Source/WebKit2/PlatformGTK.cmake:875
&gt;&gt;&gt; +    COMMAND CC=${CMAKE_C_COMPILER} CFLAGS=-Wno-deprecated-declarations LDFLAGS=-lGObjectDOMBindings
&gt;&gt; 
&gt;&gt; This looks unrelated.
&gt; 
&gt; These are related though; it's what I was referring to with &quot;link with extra libraries instead&quot; in the patch's changelog. Without --whole-archive, these libraries don't get picked up for linking, so I have to add them manually.
&gt; 
&gt; I wonder if it might make sense to get rid of the ADD_WHOLE_ARCHIVE_TO_LIBRARIES macro entirely, since all the necessary libraries are now added manually. Alternatively, I could bracket these manual additions inside CMAKE_SYSTEM_NAME checks.</span >

If you can get WebKitGTK+ to compile properly on Linux and on the build bots without ADD_WHOLE_ARCHIVE_TO_LIBRARIES, feel free to remove it.

<span class="quote">&gt;&gt; Source/WebKit2/PlatformGTK.cmake:890
&gt;&gt; +        --library=c++
&gt; 
&gt; Ditto.</span >

Hrm. Is c++ a system library or a special value understood by g-ir-scanner? If it's the latter, is it documented somewhere?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>