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.

Author shojnhv
Recipients shojnhv
Date 2012-06-12.08:01:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339488103.99.0.17701742584.issue15050@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-06-12 08:01:44shojnhvsetrecipients: + shojnhv
2012-06-12 08:01:43shojnhvsetmessageid: <1339488103.99.0.17701742584.issue15050@psf.upfronthosting.co.za>
2012-06-12 08:01:42shojnhvlinkissue15050 messages
2012-06-12 08:01:42shojnhvcreate