***X-Scale` is now known as X-Scale
***X-Scale` is now known as X-Scale
<dhruvin>Is there a way to trace what dynamically loaded libraries a guile module depends on? <dhruvin>For example guile-git depends on libgit2. It looks for /usr/lib/libgit2.so at runtime. <dhruvin>Is there a way to trace this information from guile source? <dhruvin>Ignore my messages. Even if I traced dependencies, I wouldn't be able to modify them since guile-git hardcodes the library name.