I have a project that has been using V8 1.0 so far, and just now I
tried the latest trunk, but get strange linking errors. V8 itself
builds ok, but when I link it against my project, I get several
errors,

undefined reference to `v8::Value::IsString() const'
undefined reference to `v8::Function::Cast(v8::Value*)'
undefined reference to `v8::V8::DisposeGlobal(void**)'
undefined reference to `v8::V8::GlobalizeReference(void**)'
collect2: ld returned 1 exit status

I'm not sure what's causing these. V8 1.0 links (and runs fine)
against my exact same code without issue. This happens both when
compiled as release and debug.

Is this an issue with trunk not currently building for anyone, or is
there some strange problem with my setup? Thanks in advance.

- Kripken

P.S. Should I be using a tag instead? The last tag seems to be 1.1,
but trunk says it is 1.3.9.
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to