guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1.6.0 problems with libguilereadline-v-12 and fix


From: Paul Jarc
Subject: Re: 1.6.0 problems with libguilereadline-v-12 and fix
Date: Thu, 19 Sep 2002 12:17:36 -0400
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu)

Thien-Thi Nguyen <address@hidden> wrote:
> you could install 1.4.1.88 in /tmp/a/b/c and see how it behaves.

It didn't compile; I don't have "." in my $PATH.

--- guile-1.4.1.88/ice-9/Makefile.in~   2002-09-18 14:39:17.000000000 -0400
+++ guile-1.4.1.88/ice-9/Makefile.in    2002-09-19 11:59:58.000000000 -0400
@@ -490,7 +490,7 @@
        sed -f $(srcdir)/../scripts/config-status-vars.sed \
            -f $(srcdir)/make-gbi.sed \
            ../config.status > GBIFRAG
-       prefix=$(prefix); exec_prefix=$(exec_prefix); . GBIFRAG > TMP
+       prefix=$(prefix); exec_prefix=$(exec_prefix); . ./GBIFRAG > TMP
        $(SHELL) $(srcdir)/generate-boot-9.sh $(srcdir) $< \
          | sed -e '/%guile-build-info scan data/r TMP' \
                -e '/%guile-build-info scan data/d' \

--- guile-1.4.1.88/check-guile.in~      2002-09-07 21:30:39.000000000 -0400
+++ guile-1.4.1.88/check-guile.in       2002-09-19 12:00:16.000000000 -0400
@@ -24,7 +24,7 @@
 
 set -ex
 
-exec pre-inst-guile-tools run-all-tests \
+exec ./pre-inst-guile-tools run-all-tests \
      --tests-dir ${srcdir}/test-suite/tests \
      --preload ${srcdir}/test-suite/prologue.scm \
      --log check-guile.log \

With those changes, it compiles, installs, and passes "make check".
When I run it, I can do this:
guile> (use-modules (ice-9 readline))
guile> (activate-readline)
#t
guile> (readline-options 'full
But when I type the closing paren, I get:
./j/guile-1.4.1.88/bin/guile: relocation error: 
/home/prj/src/sptools/j/guile-1.4.1.88/lib/guile/1.4.1.88/modules/libguilereadline.so.0:
 undefined symbol: scm_internal_select


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]