[Webkit-unassigned] [Bug 52591] New: JavaScriptCore fails to link on FreeBSD/amd64
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 17 11:46:51 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=52591
Summary: JavaScriptCore fails to link on FreeBSD/amd64
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Other
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dim at freebsd.org
Created an attachment (id=79197)
--> (https://bugs.webkit.org/attachment.cgi?id=79197&action=review)
Fix JavaScriptCore linking on FreeBSD/amd64
On FreeBSD/amd64, JavaScriptCore fails to link with a similar error as
in bug 28422:
/usr/bin/ld: ../JavaScriptCore/release/libjscore.a(JITStubs.o): relocation R_X86_64_PC32 against `cti_vm_throw' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
This is the same type of issue as under Linux: the symbol name in
question needs to have a @plt suffix. Patch attached.
--
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