I can get libv8_snapshot.a with the stable version of 6.5, but the later 
stable version such as 6.8, 6.9 does not have libv8_snapshot.a library 
after compiling, but I have to use libv8_snapshot.a library when embedding 
android, because only this is used. The library will not report an error. 
Others such as libv8_external_snapshot.a, libv8_nosnapshot.a will have 
errors and cannot be resolved. I use CMakeLists.txt to embed the v8 library 
into android when using libv8_nosnapshot.a Error:error: undefined reference 
to 'vtable for v8::internal::SetupIsolateDelegate'. When using 
libv8_external_snapshot.a, I won't be able to play the so library, why? 
What should I do?


-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to