From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Whitlock, Bradley D" Newsgroups: gmane.lisp.guile.user Subject: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found" Date: Mon, 20 Dec 2010 18:53:20 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="Boundary_(ID_ujmND/hXmvjhpdF6Q0BCng)" X-Trace: dough.gmane.org 1293056683 1216 80.91.229.12 (22 Dec 2010 22:24:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Dec 2010 22:24:43 +0000 (UTC) To: "guile-user@gnu.org" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Dec 22 23:24:37 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PVX6r-00075h-B2 for guile-user@m.gmane.org; Wed, 22 Dec 2010 23:24:37 +0100 Original-Received: from localhost ([127.0.0.1]:42779 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVWuO-0004pe-51 for guile-user@m.gmane.org; Wed, 22 Dec 2010 17:11:44 -0500 Original-Received: from [140.186.70.92] (port=36474 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUpXu-00056L-Df for guile-user@gnu.org; Mon, 20 Dec 2010 18:53:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUpXs-0003Os-Pu for guile-user@gnu.org; Mon, 20 Dec 2010 18:53:38 -0500 Original-Received: from mailfo01.lmco.com ([192.31.106.12]:60749) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUpXs-0003Ob-KL for guile-user@gnu.org; Mon, 20 Dec 2010 18:53:36 -0500 Original-Received: from mailgw1a.lmco.com (ppalertrelay.lmco.com [192.31.106.7]) by mailfo01.lmco.com (8.14.3/8.14.3) with ESMTP id oBKNrXRt011204 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 20 Dec 2010 23:53:33 GMT Original-Received: from emss02g01.ems.lmco.com (relay2.ems.lmco.com [166.29.2.54])by mailgw1a.lmco.com (LM-6) with ESMTP id oBKNrXbf006209for ; Mon, 20 Dec 2010 16:53:33 -0700 (MST) Original-Received: from CONVERSION2-DAEMON.lmco.com by lmco.com (PMDF V6.4 #31805) id <0LDR007013P9FV@lmco.com> for guile-user@gnu.org; Mon, 20 Dec 2010 23:53:33 +0000 (GMT) Original-Received: from hvxhtpn2.us.lmco.com ([158.186.148.31]) by lmco.com (PMDF V6.4 #31805) with ESMTP id <0LDR005OJ3OYB4@lmco.com> for guile-user@gnu.org; Mon, 20 Dec 2010 23:53:23 +0000 (GMT) Original-Received: from HVXMSP8.us.lmco.com ([158.186.148.55]) by hvxhtpn2.us.lmco.com ([158.186.148.31]) with mapi; Mon, 20 Dec 2010 18:53:22 -0500 Content-language: en-US Thread-Topic: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found" Thread-Index: AcugoOxZhrCpevMQQgqrarhixnaiHw== Accept-Language: en-US acceptlanguage: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15, 1.0.148, 0.0.0000 definitions=2010-12-20_06:2010-12-20, 2010-12-20, 1970-01-01 signatures=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Wed, 22 Dec 2010 17:11:14 -0500 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8332 Archived-At: --Boundary_(ID_ujmND/hXmvjhpdF6Q0BCng) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT I build readline-6.1 and gmp-4.3.2 under MinGW on XP and I have guile up and running but I cannot get readline module to load: $ guile guile> (use-modules (ice-9 readline)) ERROR: In procedure dynamic-link: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found." ABORT: (misc-error) guile> (quit) $ ls /usr/local/share/guile/1.8/ice-9/ | grep readline -rw-r--r-- 1 7.9K Dec 20 16:33 readline.scm $ ls /usr/local/lib | grep readline -rw-r--r-- 1 21K Dec 20 16:01 libguilereadline-v-17.a -rw-r--r-- 1 1.1K Dec 20 16:01 libguilereadline-v-17.la -rw-r--r-- 1 611K Dec 17 16:53 libreadline.a -rw-r--r-- 1 389K Dec 20 14:57 libreadline.dll.a -rwxr-xr-x 1 516K Dec 20 14:57 libreadline6.dll -rwxr-xr-x 1 516K Dec 17 16:53 libreadline6.dll.old $ ar -t /usr/local/lib/libguilereadline-v-17.a readline.o Is there a configuration knob that needs to be tweaked to tell guile where to find this file? What am I missing? Regards, Brad --Boundary_(ID_ujmND/hXmvjhpdF6Q0BCng) Content-type: text/html; charset=us-ascii Content-transfer-encoding: QUOTED-PRINTABLE

I bu= ild readline-6.1 and gmp-4.3.2 under MinGW on XP and I have guile up = and running but I cannot get readline module to load:

<= p class=3DMsoNormal> 

$ guile=

guile> (use-modules (ice-9 rea= dline))

ERROR: In procedure dynami= c-link:

ERROR: file: "libguil= ereadline-v-17", message: "The specified module could not b= e found."

ABORT: (misc-error)=

guile> (quit)

 

$ ls /us= r/local/share/guile/1.8/ice-9/ | grep readline

-rw-r--r-- 1 7.9K Dec 20 16:33 readline.scm

 

$ ls= /usr/local/lib | grep readline

-rw-r--r-- 1 21K Dec 20 = 16:01 libguilereadline-v-17.a

-rw-= r--r-- 1 1.1K Dec 20 16:01 libguilereadline-v-17.la

-rw-r--r-- 1 611K Dec 17 16:53 libreadline.a

-rw-r--r-- 1 389K Dec 20 14:57 libreadli= ne.dll.a

-rwxr-xr-x 1 516K Dec 20 = 14:57 libreadline6.dll

-rwxr-xr-x = 1 516K Dec 17 16:53 libreadline6.dll.old

 

$ ar -t /usr/local/l= ib/libguilereadline-v-17.a

readlin= e.o

 

Is there a configuration knob that needs to be tweaked t= o tell guile where to find this file?

 

What am I missing?

 

Regards,< /o:p>

Brad

--Boundary_(ID_ujmND/hXmvjhpdF6Q0BCng)--