Seen this error pop up in a few places (StackOverflow has a couple of open 
questions on this issue, for example).

Trying to build the hello_world.cc sample. v8 compiled fine using ninja (in 
this case, x64.debug, if that makes a difference). The error message that 
pops up is always an unresolved linker reference to NewDefaultPlatform():

hello-world.cc:(.text+0x75): undefined reference to
v8::platform::NewDefaultPlatform(int, v8::platform::IdleTaskSupport,
v8::platform::InProcessStackDumping,
std::unique_ptr<v8::TracingController,
std::default_delete<v8::TracingController> >)


libv8_libplatform is included as part of the g++ command. (Just for grins, 
tried clang++, too, and the same error appears.) objdump shows that 
NewDefaultPlatform is present in libv8_libplatform.so.

Does anyone have time to walk through what might be causing this?


-- 
-- 
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