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 ronaldoussoren
Recipients akitada, ronaldoussoren, rpetrov, skip.montanaro
Date 2008-12-30.16:32:40
SpamBayes Score 0.00020766963
Marked as misclassified No
Message-id <1230654760.91.0.582200195124.issue4472@psf.upfronthosting.co.za>
In-reply-to
Content
"SO=.dylib" is needed in the makefile to ensure that "make install" 
works and to ensure that the libpython shared library is build with the 
right suffix (OSX uses .dylib for shared libraries). 

The code in distutils.sysconfig is necessary to ensure that extentions 
are build with a ".so" suffix because the import machinery expected 
'.so' as the suffix.

BTW. I intent to commit the attached patch later this week.
History
Date User Action Args
2008-12-30 16:32:41ronaldoussorensetrecipients: + ronaldoussoren, skip.montanaro, rpetrov, akitada
2008-12-30 16:32:41ronaldoussorensetmessageid: <1230654760.91.0.582200195124.issue4472@psf.upfronthosting.co.za>
2008-12-30 16:32:40ronaldoussorenlinkissue4472 messages
2008-12-30 16:32:40ronaldoussorencreate