Hey everyone,
I was trying to compile pypy and made the following mistakes:
- On this page:
http://pypy.org/download.html I couldn't figure out whether I was supposed to run all three of these commands:
pypy ../../rpython/bin/rpython -Ojit targetpypystandalone # get the JIT version
pypy ../../rpython/bin/rpython -O2 targetpypystandalone # get the no-jit version
pypy ../../rpython/bin/rpython -O2 --sandbox targetpypystandalone # get the sandbox version
or just one.
- Once I got it installled I didn't realize there was an additional step after pypy-c was created.