Redhat | How to compile Python 2.6 for 64bit

Posted by MMRUser on Stack Overflow See other posts from Stack Overflow or by MMRUser
Published on 2010-04-14T12:09:09Z Indexed on 2010/04/14 12:13 UTC
Read the original article Hit count: 304

Filed under:
|

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 ... ?

© Stack Overflow or respective owner

Related posts about redhat

Related posts about python