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 .
* Lorenzo Bettini wrote on Sun, May 17, 2009 at 09:01:18PM CEST:
> Ralf Wildenhues wrote:
>> * Lorenzo Bettini wrote on Sun, May 17, 2009 at 12:27:32PM CEST:
>>> Ralf Wildenhues wrote:
You can just use pkg-config --static all the time, unless
( disable_static && ( host_os == Linux || hos
Hi Satyam,
* Satyam Satyanarayana wrote on Tue, May 19, 2009 at 01:34:55PM CEST:
> I am using AutoMake provided along with XCode IDE on Mac.
> My Mac OSX version is 10.5.6 and my automake version is 1.10
1.11 has just been released. Try it out! :-)
> I am previously having older version of Aut
I am using AutoMake provided along with XCode IDE on Mac.
My Mac OSX version is 10.5.6 and my automake version is 1.10
I am previously having older version of Automake version 1.6.3
When I am having older version, I am able to compile and build my
project (www.ifolder.com) successfully.
But af