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

Comment #7 by [EMAIL PROTECTED]:
I think you have a problem with you configuration. I just tried to move
/usr/lib32/libgcc_s.so on my machine to somewhere else, and now I get  
almost the same
error.

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

It looks as if on your system gcc is looking for libgcc and not libgcc_s.  
Which
platform uses libgcc and which uses libgcc_s I don't know. On  
http://gcc.gnu.org/onlinedocs/gccint/Libgcc.html#Libgcc it just says that  
it will be
one or the other.



-- 
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
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to