[Webkit-unassigned] [Bug 80282] undefined reference to JSC::IdentifierTable::~IdentifierTable() on EFL port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 08:20:11 PST 2012


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





--- Comment #16 from Raphael Kubo da Costa <kubo at profusion.mobi>  2012-03-06 08:20:09 PST ---
(In reply to comment #14)
> [...] ../../lib/libwtf_efl.a
> /usr/bin/ld: ../../lib/libwtf_efl.a(WTFThreadData.cpp.o): undefined reference to symbol 'JSC::IdentifierTable::~IdentifierTable()'
> /usr/bin/ld: note: 'JSC::IdentifierTable::~IdentifierTable()' is defined in DSO ../../lib/libjavascriptcore_efl.so.0.1.0 so try adding it to the linker command line
> ../../lib/libjavascriptcore_efl.so.0.1.0: could not read symbols: Invalid operation
> collect2: ld returned 1 exit status

Right, the problem's that these binaries shouldn't be trying to link directly to wtf.a at all. It's coming as a transitive link dependency from the other targets, such as libjavascriptcore_efl.so.

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