Hello,
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 to achieve this:
*** ltmain.sh.orig Sat Oct 30 11:35:37 2010
--- ltmain.sh Sat Oct 30 11:37:50 2010
***************
*** 5173,5178 ****
--- 5173,5185 ----
fi
prefer_static_libs=yes
;;
+ -all-dynamic)
+ if test "$build_libtool_libs" = no; then
+ func_warning "unable to build only dynamic libraries in this
configuration"
+ fi
+ build_old_libs=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' Skevik
Inferno Nettverk A/S