Try the following: sudo apt-get install g++-multilib and possibly also sudo apt-get install gcc-multilip and see if it provides the libraries you are missing.
/L 2009/6/9 Søren Gjesse <[email protected]> > It looks as if you are missing some 32bit version of the libraries. V8 > currently only runs in 32bit mode. > Regards, > Søren > > 2009/6/9 jl y <[email protected]> > > scons mode=... library=... snapshot=... >> >> if and only if library=static snapshot=off >> compile ok : >> scons: done building targets. >> >> >> then >> libv8.a and libv8_g.a in your eyes >> >> or, there are many errors: >> >> eg: >> >> /usr/bin/ld: skipping incompatible >> /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../libpthread.so when searching >> for -lpthread >> /usr/bin/ld: skipping incompatible >> /usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../libpthread.a when searching for >> -lpthread >> >> >> >> /usr/bin/ld: skipping incompatible /lib/libpthread.so when searching for >> -lpthread >> /usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for >> -lpthread >> /usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for >> -lpthread >> >> >> >> /usr/bin/ld: cannot find -lpthread >> collect2: ld returned 1 exit status >> scons: *** [libv8.so] Error 1 >> scons: building terminated because of errors. >> >> >> system: >> ubuntu 9.04 >> 2.6.28-12 x86_64 >> >> >> >> -rw-r--r-- 1 root root 218 2009-04-09 15:18 /usr/lib/libpthread.so >> -rwxr-xr-x 2 root root 130151 2009-04-09 15:23 /lib/libpthread.so >> >> >> -- >> 小yú >> >> >> > > > > -- Lasse R.H. Nielsen / [email protected]'Faith without judgement merely degrades the spirit divine' --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
