Hello, I'm new to C++ and of course to the V8 engine, too. I would like to create an javascript service to send request to a server (something similar accessing an SQL Server). My main application code is executing without problems (i included V8 as a static library), but every time I try accessing an plugin in an shared library, it produces many errors like " symbol lookup error: ./libs/testplugin.so: undefined symbol: _ZN2v816FunctionTemplate16InstanceTemplateEv". I have really no idea how to solve this errors. I have already searched solutions for this, but no one worked for me. I assume that my program isn't able to find the matching v8 symbols. I have already added -Wl,-export-dynamic to the linker options, but it still is not loading the library at runtime.
I would be very grateful for any kind of advise or solution on this problem Regards, Moritz -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
