[Webkit-unassigned] [Bug 58737] New: Undefined Symbol build error "_objc_registerThreadWithCollector" when building WebKit GTK Mac OS X on Snow Leopard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 16 18:08:15 PDT 2011


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

           Summary: Undefined Symbol build error
                    "_objc_registerThreadWithCollector" when building
                    WebKit GTK Mac OS X on Snow Leopard
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: N/A
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: devchan1 at bellsouth.net


Created an attachment (id=89935)
 --> (https://bugs.webkit.org/attachment.cgi?id=89935&action=review)
Patch to avoid including os x specific threading code when bullding WebKit GTK

The following build error occurs when building WebKit GTK rev 84097 on Mac OS X Snow Leopard:

Undefined symbols:
  "_objc_registerThreadWithCollector", referenced from:
      WTF::initializeCurrentThreadInternal(char const*)in libJavaScriptCore.a(libJavaScriptCore_la-ThreadingPthreads.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [Programs/jsc] Error 1
make: *** [all] Error 2

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