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. -- Leonardo Santagada santagada at gmail.com
_______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
