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
Hi,
Unix/Linux is using *.so as shared libraray extension ...
Windows is using *.dll as shared libraray extension...
Python requires the postfix *.pyd as shared library extension
Question: it is possible to use it own shared library extension
using automake, autoconf, libtool .