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 matrixise
Recipients matrixise, ned.deily, r.david.murray, ronaldoussoren, yan12125, zach.ware
Date 2016-10-20.19:35:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476992130.52.0.892070844215.issue28491@psf.upfronthosting.co.za>
In-reply-to
Content
On my OSX with El Capitan and HomeBrew

Configuration:

env PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig ./configure --prefix=$PWD-build

Compilation:

make

Tests:

./python.exe -c 'import ctypes'

Results:
* No SIGSEGV
* Add a new dependency to pkg-config :/
History
Date User Action Args
2016-10-20 19:35:30matrixisesetrecipients: + matrixise, ronaldoussoren, ned.deily, r.david.murray, zach.ware, yan12125
2016-10-20 19:35:30matrixisesetmessageid: <1476992130.52.0.892070844215.issue28491@psf.upfronthosting.co.za>
2016-10-20 19:35:30matrixiselinkissue28491 messages
2016-10-20 19:35:30matrixisecreate