I'm getting strange errors when I try to compile Python 3.2 on NetBSD 5.1:
python ./Objects/typeslots.py < ./Include/typeslots.h > ./Objects/typeslots.inc
python: not found
*** Error code 127
What am I doing wrong?
I'm trying to compile Python in the usual fashion:
./configure
make
su
make install