[Webkit-unassigned] [Bug 29638] New: link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 05:13:14 PDT 2009


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

           Summary: link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


On Jaunty icu-config --ldflags returns "-lm -L/usr/lib -licui18n -licuuc
-licudata -lm"
On Fedora: -licui18n -licuuc -licudata -lpthread -lm

I had link errors caused by the presence of -L/usr/lib before -L/myprefix
(where most of my webkit deps are installed( in libwebkit-1.0.la. 

Changing the call to icu-config to icu-config --ldflags-libsonly fixed the
issue for me, thanks to Xan!

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