On Tue, May 11, 2010 at 11:35 AM, Paolo Giarrusso <[email protected]> wrote: > On Tue, May 11, 2010 at 19:31, Leonardo Santagada <[email protected]> wrote: >> On May 11, 2010, at 9:08 AM, Shadrin Eugene wrote: >> >> Hi! >> >> I tryed to build pypy on the freebsd, 64bit platform, but failed. >> >> First of all I downloaded a 32bit-Python to run pypy. >> >> You need a 64 bit python to translate a 64bit pypy, so use a 64 bit cpython >> that comes with freebsd if you want to do the translation. >> And remember, the JIT is 32bit only for now. > But can't one build, that way, a 32bit PyPy on a 64bit platform (to > use the JIT)? I remember seeing directions to use a 32bit Python on > the website.
Yes, that's the way. _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
