I'm having trouble compiling a program on Linux that uses the V8 library. I keep getting the error:

./mylibrary.so: undefined reference to `v8::String::WriteAscii(char*, int, int, int) const'

Despite me greping for the function and it returning:

1058: V8EXPORT int WriteAscii(char* buffer,

What gives?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.