[Webkit-unassigned] [Bug 28798] New: [Gtk] does not compile with JIT on 64bit Linux
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 27 23:22:35 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28798
Summary: [Gtk] does not compile with JIT on 64bit Linux
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yusukes at chromium.org
Original report:
https://lists.webkit.org/pipermail/webkit-dev/2009-July/008930.html
$ ./WebKitTools/Scripts/build-webkit --gtk --debug
...
/usr/bin/ld: ./.libs/libJavaScriptCore.a(libJavaScriptCore_la-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
collect2: ld returned 1 exit status
make[1]: *** [libwebkit-1.0.la] Error 1
make[1]: Leaving directory
`/usr/local/google/home/yusukes/WebKit/WebKitBuild/Debug'
make: *** [all] Error 2
The libJavaScriptCore_la-JITStubs.o IS compiled with -fPIC, however inline
assembly code inside the source seems not to be PIC compatible. Note that
release build doesn't have any problems since the assembly code in question is
not used in the release build.
--
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