IRC channel logs

2014-07-26.log

back to list of logs

<taylanub>Debian installed an .so to /lib/x86_64-linux-gnu, but `dynamic-link' doesn't seem to look there. I can "fix" it by setting LD_LIBRARY_PATH but that's probably the wrong solution. any tips?
***Lajjla is now known as stonetusk_lemur
<sxprrr>does guile have plans to ever have a builtinn system for modules? .guilerc would be easy enough to accomplish, and it seems like a lot of popular guile apps would benefit from having an easy extensible ecosystem
***stonetusk_lemur is now known as lord_flatworm
<dkordic>sxprrr: https://www.gnu.org/software/guile/manual/html_node/Using-the-Guile-Module-System.html
<dkordic>sxprrr: What are You trying to say.
<dsmith>sneek, botsnack
<sneek>:)
<dsmith>!uptime
<sneek> 14:17:31 up 32 days, 14:25, 1 user, load average: 0.04, 0.03, 0.05
<dsmith>sneek guile help
<sneek>guile help <something>
<dsmith>sneek guile help cons
<sneek>`cons' is a procedure in the (guile) module.
<sneek>- Scheme Procedure: cons x y
<sneek> Return a newly allocated pair whose car is X and whose cdr is Y.
<sneek> The pair is guaranteed to be different (in the sense of `eq?') from
<sneek> every previously existing object.