[New-bugs-announce] [issue15050] Python 3.2.3 fail to make
Grey_Shao
report at bugs.python.org
Tue Jun 12 10:01:43 CEST 2012
New submission from Grey_Shao <shojnhv at 163.com>:
When I try to compile the Python 3.2.3, I failed to make
After I ungzip and untar the source package of the Python 3.2.3, Then run the following commands:
1. ./configure
2. make
When step 2, the errors below happens:
gcc -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Mod
ules/python.o ./Modules/python.c
In file included from Include/Python.h:50,
from ./Modules/python.c:3:
Include/pyport.h:260:13: #error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"
*** Error code 1
make: Fatal error: Command failed for target `Modules/python.o'
Can you help me
My system OS is:
uname -a
SunOS HPCT01 5.9 Generic_117171-02 sun4u sparc SUNW,Sun-Fire-280R
I attached install history file
Thanks
----------
components: None
files: Python3.2.3_Install_History_20120612.txt
messages: 162662
nosy: shojnhv
priority: normal
severity: normal
status: open
title: Python 3.2.3 fail to make
type: compile error
versions: Python 3.2
Added file: http://bugs.python.org/file25941/Python3.2.3_Install_History_20120612.txt
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15050>
_______________________________________
More information about the New-bugs-announce
mailing list