Re: [v8-users] Using Isolate and Handlescope in a library

54 views
Skip to first unread message
Message has been deleted

Sven Panne

unread,
Jun 30, 2014, 2:22:09 AM6/30/14
to v8-u...@googlegroups.com
On Sun, Jun 29, 2014 at 12:07 PM, Peter <diete...@gmail.com> wrote:
[...] Error while loading operator: ../build/libNodeJSOperatorWrapper.so: undefined symbol: _ZN2v811HandleScope12CreateHandleEPNS_8internal7IsolateEPNS1_6ObjectE - TxToken: 5

I don't know in detail what you're doing, but the implementation of v8::HandleScope::CreateHandle(v8::internal::Isolate*, v8::internal::Object*) (see 'c++filt _ZN2v811HandleScope12CreateHandleEPNS_8internal7IsolateEPNS1_6ObjectE') is libv8_base.a for normal (non-shared) builds. The dynamic linker has to be able to resolve that symbol somehow, but without any details it's hard to guess what your actual problem is.

Reply all
Reply to author
Forward
0 new messages