Felix Salfelder, 23.07.2013 11:25:
> On Fri, Jun 28, 2013 at 06:39:45AM +0200, Stefan Behnel wrote:
>> Even writing a correct makefile requires a huge amount of digging into
>> distutils.
> 
> makefiles are documented in the make manual of your favourite make
> implementation. I don't know why you would want to dig into distutils.

In order to figure out how to build C extensions in a portable way, e.g.

https://github.com/cython/cython/blob/master/Demos/embed/Makefile

The sysconfig module seems to be amongst the even more underdocumented
parts of distutils.

Stefan

_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to