From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.lisp.guile.user Subject: Re: 1.6.0 problems with libguilereadline-v-12 and fix Date: Thu, 19 Sep 2002 12:17:36 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: guile-user-admin@gnu.org Message-ID: References: <20020918203311.3C5FA3F28@fnord.ir.bbn.com> <87k7ljgfvd.fsf@zagadka.ping.de> <87znuegbw8.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032452302 11843 127.0.0.1 (19 Sep 2002 16:18:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2002 16:18:22 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17s40T-00034s-00 for ; Thu, 19 Sep 2002 18:18:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17s40k-0000w4-00; Thu, 19 Sep 2002 12:18:38 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17s3zo-0000uK-00 for guile-user@gnu.org; Thu, 19 Sep 2002 12:17:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17s3zm-0000u8-00 for guile-user@gnu.org; Thu, 19 Sep 2002 12:17:39 -0400 Original-Received: from multivac.student.cwru.edu ([129.22.96.25] helo=multivac.cwru.edu) by monty-python.gnu.org with smtp (Exim 4.10) id 17s3zm-0000u4-00 for guile-user@gnu.org; Thu, 19 Sep 2002 12:17:38 -0400 Original-Received: (qmail 958 invoked by uid 500); 19 Sep 2002 16:17:59 -0000 Original-To: gdt@ir.bbn.com, guile-user@gnu.org In-Reply-To: (Thien-Thi Nguyen's message of "Wed, 18 Sep 2002 21:02:13 -0700") Mail-Copies-To: nobody Original-Lines: 40 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1031 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1031 Thien-Thi Nguyen 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 _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user