I just figured out what the issue was. On Windows, when building v8 lib, BUILDING_V8_SHARED should be set. For everything that's linking against v8 lib, USING_V8_SHARED should be set. The latter was not the case for D8 because of a bug in scons script. That's been fixed now.
Also, I tested it on all platforms I was able to lay my hands on. http://codereview.chromium.org/7586001/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
