CVS Guile has rather suddenly stopped working for me.

The immediate problem is that (load-extension "libguilereadline"
"scm_init_readline") fails with the message "file not found".  Trying
to load the srfi-13-14 extension also fails in the same way.

What seems to be happening is that the build builds two versions of
libguilereadline.so in the guile-readline/.libs subdirectory.  One of
them is named "libguilereadline.so.0.0.0", and according to objdump
needs libguile.so.10.  The other is named "libguilereadline.so.0.0.0T"
-- note the extra "T" at the end, and needs libguile.so.9 -- note the
9.

Then, when I do `make install', the one with the "T" gets installed as
/usr/local/lib/libguilereadline.so.  Given this, I presume that
the loading of libguilereadline fails because it depends on
libguile.so.9, and the process doing the loading already includes
libguile.so.10.

Any ideas?  Anyone else seeing this?

        Neil


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to