This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: help me to set variables - 64 bit
Type: compile error Stage:
Components: Build Versions: Python 3.1, Python 2.6
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: ashish, brett.cannon
Priority: normal Keywords:

Created on 2009-09-26 00:36 by ashish, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg93151 - (view) Author: Ashish (ashish) Date: 2009-09-26 00:36
Hello,

I am compiling python 2.6.2 and 3.1.

I tried to compile 64 bit ( ELF 64-bit )python but it gets 32 bit ( ELF
32-bit ).

bash-3.00$ sudo file /usr/local/Python-2.6.2/bin/python
/usr/local/Python-2.6.2/bin/python: ELF 32-bit MSB executable, PowerPC
or cisco 4500, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked
(uses shared libs), not stripped

Will you please help me to set variables and parameters to compile
python for 64 bit on following architect

1. Linux - OS - Red Hat Enterprise Linux AS release 4 (Nahant Update 6)
           Arch - ppc64

2. HP-UX - OS - HP-UX hpi64qa B.11.23 U ia64 (tb)

3. AIX 5 - AIX 5300-07

Thanks 
Ashish
msg93152 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2009-09-26 01:28
You probably need to set the -arch value in your CPPFLAGS. But this is not 
a Python bug. If you need further help please ask at 
comp.lang.python/python-list.
History
Date User Action Args
2022-04-11 14:56:53adminsetgithub: 51251
2009-09-26 01:28:21brett.cannonsetstatus: open -> closed

nosy: + brett.cannon
messages: + msg93152

resolution: not a bug
2009-09-26 00:36:08ashishcreate