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?