Re: ltmain.sh patch: -all-dynamic option

2010-11-02 Thread Karl-Andre' Skevik
Ralf Wildenhues ralf.wildenh...@gmx.de writes: Hello Karl-Andre', * Karl-Andre' Skevik wrote on Sat, Oct 30, 2010 at 11:46:38AM CEST: I have an application that builds a library for use with LD_PRELOAD, which should only be built dynamically. I have used a modification like the one below

ltmain.sh patch: -all-dynamic option

2010-10-30 Thread Karl-Andre' Skevik
=no + prefer_static_libs=no + ;; -static) if test -z $pic_flag test -n $link_static_flag; then dlopen_self=$dlopen_self_static Would it be possible to have this kind of functionality included in the official libtool distribution? Regards, Karl-Andre