I’m trying to compile Python 2.6 for 64bit, I tried various compile commands but not sure whether those are correct
./configure --with-universal-archs=32-bit --prefix="$HOME/python"
make
make install
What is the correct syntax … ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What exactly doesn’t work? Do you get any error message?
Try simple compilation without installing first:
also, make sure you have make (GNU Make or otherwise) installed.
Where did you get the source? If you’re getting it directly from the repository, there is a chance that the source is broken or you may need to re-run autotool.
After testing that the compilation actually works, then you can: