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 .

Re: invoke pkg-config with --static

2009-05-19 Thread Ralf Wildenhues
* 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

Re: Automake on Mac

2009-05-19 Thread Ralf Wildenhues
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

Automake on Mac

2009-05-19 Thread Satyam Satyanarayana
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