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 ned.deily
Recipients Arfrever, a.badger, akuchling, amaury.forgeotdarc, barry, bkabrda, dmalcolm, doko, eric.araujo, jafo, ncoghlan, ned.deily, python-dev, rpetrov, smani, tarek
Date 2013-04-03.00:43:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364949800.61.0.992296004693.issue16754@psf.upfronthosting.co.za>
In-reply-to
Content
Did you start with a clean build directory and rerun ./configure?  What ./configure options did you use?  Make sure that an existing install isn't getting in the way during a build, particularly with --enable-shared.  With a current tip of the default branch, I've built all three standard OS X configurations (default unix (non-shared), --enable-shared, and --enable-framework) on OS X 10.8 and "make install" succeeds for all of them with sysconfig.get_config_var("SHLIB_SUFFIX") returning ".so" as expecting.
History
Date User Action Args
2013-04-03 00:43:20ned.deilysetrecipients: + ned.deily, barry, akuchling, doko, jafo, amaury.forgeotdarc, ncoghlan, tarek, eric.araujo, a.badger, rpetrov, Arfrever, dmalcolm, python-dev, bkabrda, smani
2013-04-03 00:43:20ned.deilysetmessageid: <1364949800.61.0.992296004693.issue16754@psf.upfronthosting.co.za>
2013-04-03 00:43:20ned.deilylinkissue16754 messages
2013-04-03 00:43:20ned.deilycreate