Linking some libraries as static and others as shared

2009-09-19 Thread dreamcat four
Hi, Is there some safe and architecture - independant way to tell libtool to link one of the libraries statically, with all others remaining dynamic? This is to produce a php-fpm binary file. For argument's sake let's call the library "library" in /usr/lib, meaning there are 2 files there "liblibr

Re: Linking some libraries as static and others as shared

2009-09-22 Thread dreamcat four
On Sat, Sep 19, 2009 at 5:28 PM, dreamcat four wrote: > Hi, > Is there some safe and architecture - independant way to tell libtool > to link one of the libraries statically, with all others remaining > dynamic? This is to produce a php-fpm binary file. Well, Here is one solution, wh

Re: Linking some libraries as static and others as shared

2009-09-22 Thread dreamcat four
On Tue, Sep 22, 2009 at 9:07 PM, Ralf Wildenhues wrote: > This is a TODO feature: > > > Cheers, > Ralf > Cool. Until then I just wanted to say there's was one omission in this work-around. You must make sure to run AC_LIBTO