Issue 29: tools don't build on 64
http://code.google.com/p/v8/issues/detail?id=29

Comment #6 by walter.php:
Still not work with r350. I have lib32stdc++6 installed.

Adding the symlinks:
ln -s /usr/lib32/libstdc++.so.6 /usr/lib32/libstdc++.so
ln -s /usr/lib32/libgcc_s.so.1 /usr/lib32/libgcc_s.so

I got:

scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o shell -m32 obj/sample/shell/release/shell.o -L.
-L/home/digo/devel/javascript/v8-read-only -lv8 -lpthread
/usr/bin/ld: skipping incompatible  
/usr/lib/gcc/x86_64-linux-gnu/4.2.3/libgcc.a when
searching for -lgcc
/usr/bin/ld: skipping incompatible  
/usr/lib/gcc/x86_64-linux-gnu/4.2.3/libgcc.a when
searching for -lgcc
/usr/bin/ld: cannot find -lgcc
collect2: ld returned 1 exit status
scons: *** [shell] Error 1
scons: building terminated because of errors.

(I have lib32gcc1 installed too).



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to