pythonbinarytranslatepypyrpython

PyPy translate 64bit


I can't seem to find the answer to this question anywhere. I'd just like to know, does the PyPy translate.py script produce 64bit or 32bit binary files? Is there an option to choose between the two that I'm missing or can PyPy only produce 32bit binaries?


Solution

  • RPython currently produces binaries according to the “host-Pyhton”, that is, typically a 32 bit binary on a 32 bit system and a 64 bit binary on a 64 bit system

    However, to work cross-bit you can do the following:

    On Linux

    If you have a 64 bit system

    If you have a 32 bit system

    On OS X

    On OS X > 10.7, you typically have a 64 bit system so