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 chaselton
Recipients chaselton, ethan.furman, freakboy3742, r.david.murray, refi64, skrah, vstinner
Date 2015-03-05.20:09:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425586191.73.0.163405829789.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
I can...

./configure --prefix=/usr/python --enable-shared --without-ensurepip

...but configure didn't set up pyconfig.h correctly with those options. There are some changes I had to make post-configure to pyconfig.h and others when I initially built python...see this link: https://code.google.com/p/python-for-android/wiki/CrossCompilingPython
specifically the part about manually editing pyconfig.h
History
Date User Action Args
2015-03-05 20:09:51chaseltonsetrecipients: + chaselton, vstinner, r.david.murray, skrah, freakboy3742, ethan.furman, refi64
2015-03-05 20:09:51chaseltonsetmessageid: <1425586191.73.0.163405829789.issue23496@psf.upfronthosting.co.za>
2015-03-05 20:09:51chaseltonlinkissue23496 messages
2015-03-05 20:09:51chaseltoncreate