Issue 22: Cannot compile v8 on ubuntu amd64 with GCC
http://code.google.com/p/v8/issues/detail?id=22
Comment #8 by [EMAIL PROTECTED]:
The building of shared libraries and building using snapshot on 64-bit
Linus should
now be fixed in r284 (bleeding_edge branch) where the -m32 flag now is
propagated
correctly to the link step.
However if some people still need to supply "wordsize=64" the guessing of
the
wordsize might not always work. Running
$ scons --help
should show all build options with their defaults. Look for "wordsize" and
if default
is 32 where it should be 64 could you please run the following in Python
commands:
$ python
>>> import platform
>>> platform.machine()
Check the result of the last command. On both the Intel and AMD machines I
have
tested it returns 'x86_64'. The current wordsize guessing checks for the
substring
'64' in platform.machine().
Issue attribute updates:
Status: Assigned
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Priority-Medium
--
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
-~----------~----~----~----~------~----~------~--~---