Issue 22: Cannot compile v8 on ubuntu amd64 with GCC http://code.google.com/p/v8/issues/detail?id=22
Comment #6 by jeykottalam: Shared library and snapshots seem to be broken on amd64 linux, and you need to add the "wordsize=64" build flag. This worked for me on amd64 ubuntu: scons mode=debug wordsize=64 snapshot=off -- 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 -~----------~----~----~----~------~----~------~--~---
