On Sun, Jun 29, 2014 at 12:07 PM, Peter <[email protected]> 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. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
