Re: Stack calibration

2008-10-14 Thread Ludovic Courtès
Hi Neil, Neil Jerram [EMAIL PROTECTED] writes: imagine cinematic thinking effect Goodness, that Ludovic, can't he ever just be happy with what I've proposed... Eh eh, I'm starting to have a reputation! ;-) I did think you may be annoyed by that review after all the work you had put it, but

Re: Stack calibration

2008-10-14 Thread Ludovic Courtès
Hello, Neil Jerram [EMAIL PROTECTED] writes: diff --git a/.gitignore b/.gitignore index a122176..39c4b49 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ guile-readline/guile-readline-config.h guile-readline/guile-readline-config.h.in TAGS guile-1.8.pc

Re: error on startup with latest guile-vm

2008-10-14 Thread Ludovic Courtès
Hi Julian, Julian Graham [EMAIL PROTECTED] writes: #program 80ee4f8] ?: 15* [#program 80ee4d8] ?: 16* [load-compiled/vm /usr/local/share/guile/1.9/system/vm/program.go] ?: 17* [dynamic-call scm_init_programs #dynamic-object libguile] ERROR: In procedure dynamic-func: ERROR:

Re: error on startup with latest guile-vm

2008-10-14 Thread Julian Graham
It appears that the wrong `libguile.so' is being picked up. Assuming you installed the thing with `--prefix=/usr/local' (which is the default), it should be using `/usr/local/lib/libguile.so'. You may need to adjust your LD_LIBRARY_PATH or something. Yep, that was it -- durr, thanks. Sorry