Re: shared libraries with used defined extension

2009-05-20 Thread Peter O'Gorman
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

shared libraries with used defined extension

2009-05-19 Thread Andreas Otto
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 .