Hi, I'm trying to build PyV8 in my Linux box.
I checked out latest Google V8 code from svn repository by:
svn co
http://v8.googlecode.com/svn/trunk /root/Downloads/GoogleV8/v8
Checked out latest PyV8 code from svn repository:
svn co
http://pyv8.googlecode.com/svn/trunk/ pyv8-read-only
But I find following error:
#python setup.py install
.....
/usr/bin/ld: skipping incompatible /root/Downloads/GoogleV8/v8/libv8.a
when searching for -lv8
/usr/bin/ld: cannot find -lv8
collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1
Any idea what's wrong?
My linux box is CentOS 5.1
Best Regards.