Andreas Otto wrote:

> 
>    Python requires the postfix *.pyd as shared library extension

.so .dll etc. work fine with python too.

> 
> 
>    Question: it is possible to use it own shared library extension
> 
>    using automake, autoconf, libtool ...

Use libtool's -shrext flag. e.g.

libfoo_la_LDFLAGS = -module -shrext ".pyd"

Peter
-- 
Peter O'Gorman
http://pogma.com


Reply via email to