[v8-dev] Issue 29 in v8: tools don't build on 64

2009-05-11 Thread codesite-noreply
Comment #9 on issue 29 by coldredlemur: tools don't build on 64 http://code.google.com/p/v8/issues/detail?id=29 Also not working here. v8 1.2.3; Debian 5.0; x86_64 GNU/Linux. scons outputs /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.2/libstdc++.so when searching for -l

[v8-dev] Issue 29 in v8: tools don't build on 64

2008-10-23 Thread codesite-noreply
Issue 29: tools don't build on 64 http://code.google.com/p/v8/issues/detail?id=29 Comment #8 by nicolas.alvarez: I created a whole 32-bit Debian installation in a chroot to compile my v8 app. Easier than manually tinkering with individual libraries. -- You received this message because you

[v8-dev] Issue 29 in v8: tools don't build on 64

2008-09-23 Thread codesite-noreply
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

[v8-dev] Issue 29 in v8: tools don't build on 64

2008-09-20 Thread codesite-noreply
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

[v8-dev] Issue 29 in v8: tools don't build on 64

2008-09-10 Thread codesite-noreply
Issue 29: tools don't build on 64 http://code.google.com/p/v8/issues/detail?id=29 Comment #5 by sgjesse: (No comment was entered for this change.) Issue attribute updates: Status: WorkingAsIntended -- You received this message because you are listed in the owner or CC fields of this i

[v8-dev] Issue 29 in v8: tools don't build on 64

2008-09-09 Thread codesite-noreply
Issue 29: tools don't build on 64 http://code.google.com/p/v8/issues/detail?id=29 Comment #4 by saschagros: This did't helped me, I got it however working by creating a simple link: sudo ln -s /usr/lib32/libstdc++.so.6 /usr/lib32/libstdc++.so It seems that the build process only looks for /usr/

[v8-dev] Issue 29 in v8: tools don't build on 64

2008-09-08 Thread codesite-noreply
Issue 29: tools don't build on 64 http://code.google.com/p/v8/issues/detail?id=29 Comment #3 by christian.plesner.hansen: I'm closing this issue as 'pending further information'. Please follow up if installing the 32-bit libraries doesn't solve the problem. Issue attribute updates:

[v8-dev] Issue 29 in v8: tools don't build on 64

2008-09-08 Thread codesite-noreply
Issue 29: tools don't build on 64 http://code.google.com/p/v8/issues/detail?id=29 Comment #2 by bisqwit: You don't have 32-bit emulation libraries installed. If you have Debian GNU/Linux, install the package lib32stdc++6 and you should be fine. Not an error in V8. -- You received this mess