On Fri, Sep 28, 2012 at 2:36 PM, Michael Schwartz <[email protected]> wrote:
> The problem is you have v8 as a static library. It needs to be a shared > one and the shared library (testplugin) needs to be linked against libv8.so > and every other library it calls. > > See this for an example build script: > https://github.com/mschwartz/SilkJS-redis/blob/master/build.js > And here's an article which covers some of the details in a project-agnostic manner: http://wanderinghorse.net/computing/papers/#classloading_cpp -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
