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 eeiddne
Recipients eeiddne
Date 2013-06-06.12:49:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370522977.23.0.850120192524.issue18148@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I am trying to configure/make/make install Python 3.2.2 on Solaris SPARC.
The configure goes ok, but I am getting an error when doing make.

I am using GCC 3.4.6.

Error:

make/usr/local/bin/gcc -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.cIn file included from Include/Python.h:50,from ./Modules/python.c:3:Include/pyport.h:257:13: #error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"*** Error code 1make: Fatal error: Command failed for target `Modules/python.o'

Regards,
Donal
History
Date User Action Args
2013-06-06 12:49:37eeiddnesetrecipients: + eeiddne
2013-06-06 12:49:37eeiddnesetmessageid: <1370522977.23.0.850120192524.issue18148@psf.upfronthosting.co.za>
2013-06-06 12:49:37eeiddnelinkissue18148 messages
2013-06-06 12:49:36eeiddnecreate