Re: load_extension tests broken

2008-08-23 Thread Ludovic Courtès
Hello, Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Ludovic Courtès escreveu: >> I don't think there's any such problem, at least on GNU/Linux. See: >> >> $ ./pre-inst-guile >> guile> (getenv "LTDL_LIBRARY_PATH") >> >> "/home/ludo/src/guile/libguile:/home/ludo/src/guile/guile-readline:

Re: load_extension tests broken

2008-08-23 Thread Andy Wingo
On Fri 22 Aug 2008 11:56, [EMAIL PROTECTED] (Ludovic Courtès) writes: > Just to make sure, I also ran `pre-inst-guile', typed > "(use-modules (ice-9 i18n))" and attached GDB to it: it shows that the > right `libguile-i18n' is loaded. I saw that pre-inst-guile-env did not have libguile in it (al

Re: further guile-vm integration

2008-08-23 Thread Andy Wingo
Hi, On Fri 22 Aug 2008 12:23, [EMAIL PROTECTED] (Ludovic Courtès) writes: > Besides, do you have an automatic compilation approach in mind (à la > Python) or something explicit, possibly with source/binary time-stamp > comparison? I don't know really. Currently it's explicit. But automatic could