[Webkit-unassigned] [Bug 47347] New: [Qt] Linking libWebKit2.a in anything else than libQtWebKit.so results in unresolved symbols.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 7 07:13:57 PDT 2010


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

           Summary: [Qt] Linking libWebKit2.a in anything else than
                    libQtWebKit.so results in unresolved symbols.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Enhancement
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jocelyn.turcotte at nokia.com


The problem is that the -whole-archive option is used when using addWebKit2Lib to link libWebKit2.a to a target.

Since all objects are included, those that relies on using WebCore's internals results in unresolved symbols if those internals are not in the target as well.

This is currently a problem with WebKitTestRunner's InjectedBundle which needs the WebKit2 shared API included in libWebKit2.a

-- 
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