On Fri, 21 Oct 2016 13:18:38 +0200, Peter Robinson wrote: > guild would be because it's a dep of a dep of gdb-headless guile libguile-2.0.so.22 is DT_NEEDED - as shown by ldd. Easy way would be to make gdb-headless a separate binary/build. Less easy way would be to dlopen() libguile from gdb and keep there some stub with dlsym()ed pointers to functions. Or maybe provide weak symbols all pointing to a function dlopen()ing libguile and so the weak symbols would get overriden by real symbols from libguile. Or is solved by some project? Not sure if that guile dependency is such an issue. Jan _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx