How to build 64-bit Python on Solaris with GCC?
Skip Montanaro
skip at pobox.com
Fri Dec 9 11:19:12 EST 2011
Karim <kliateni <at> gmail.com> writes:
> ./configure
> make
> make install
Thanks. I have several different versions in my local sandbox. None
are 64-bit ELFs. Just to make sure I hadn't missed some new development
in this area, I cloned the hg repository and build the trunk version
from scratch. I get a 32-bit executable on Solaris:
% file ./python
./python: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
dynamically linked (uses shared libs), not stripped
Skip
More information about the Python-list
mailing list