On Fri, Sep 28, 2012 at 3:39 PM, Michael Schwartz <[email protected]> wrote:
> I didn't see anything useful at the link. > It explains, for example, why static libs are sometimes problematic in conjunction with C++ templates and plugins (because unreferenced symbols do not get linked in to the client). > The issue is you have a .so that's getting loaded via dlopen(). That .so > needs to call functions in the v8 library that is statically linked into > the main program. > For example. And if those do not get referenced from client code then they don't (or might not) get linked in. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
