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: FW: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found" Date: Mon, 20 Dec 2010 20:19:26 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="Boundary_(ID_IEO9FPH5JZkWbM67NPXyww)" X-Trace: dough.gmane.org 1292894397 10420 80.91.229.12 (21 Dec 2010 01:19:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Dec 2010 01:19:57 +0000 (UTC) To: "guile-user@gnu.org" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Dec 21 02:19:53 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 1PUqtL-0002gX-UJ for guile-user@m.gmane.org; Tue, 21 Dec 2010 02:19:52 +0100 Original-Received: from localhost ([127.0.0.1]:35694 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUqtK-0003Bx-P1 for guile-user@m.gmane.org; Mon, 20 Dec 2010 20:19:50 -0500 Original-Received: from [140.186.70.92] (port=38333 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUqt6-00038F-Rb for guile-user@gnu.org; Mon, 20 Dec 2010 20:19:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUqt5-0003Zo-SQ for guile-user@gnu.org; Mon, 20 Dec 2010 20:19:36 -0500 Original-Received: from mailfo02.lmco.com ([192.35.35.12]:43185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUqt5-0003Zk-NP for guile-user@gnu.org; Mon, 20 Dec 2010 20:19:35 -0500 Original-Received: from mailgw3a.lmco.com (mailgw3a.lmco.com [192.35.35.7]) by mailfo02.lmco.com (8.14.3/8.14.3) with ESMTP id oBL1JXu2004949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 21 Dec 2010 01:19:34 GMT Original-Received: from emss09g01.ems.lmco.com (relay6.ems.lmco.com [166.17.13.59])by mailgw3a.lmco.com (LM-6) with ESMTP id oBL1JXeW025333for ; Mon, 20 Dec 2010 20:19:33 -0500 (EST) Original-Received: from CONVERSION2-DAEMON.lmco.com by lmco.com (PMDF V6.4 #31806) id <0LDR00J017OL1E@lmco.com> for guile-user@gnu.org; Tue, 21 Dec 2010 01:19:33 +0000 (GMT) Original-Received: from hvxhtpn1.us.lmco.com ([158.186.148.30]) by lmco.com (PMDF V6.4 #31806) with ESMTP id <0LDR00JLQ7OFPF@lmco.com> for guile-user@gnu.org; Tue, 21 Dec 2010 01:19:28 +0000 (GMT) Original-Received: from HVXMSP8.us.lmco.com ([158.186.148.55]) by hvxhtpn1.us.lmco.com ([158.186.148.30]) with mapi; Mon, 20 Dec 2010 20:19:27 -0500 Content-language: en-US Thread-Topic: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found" Thread-Index: AcugoOxZhrCpevMQQgqrarhixnaiHwADB2sg 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-21_01:2010-12-20, 2010-12-21, 1970-01-01 signatures=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:8323 Archived-At: --Boundary_(ID_IEO9FPH5JZkWbM67NPXyww) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT I built 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_IEO9FPH5JZkWbM67NPXyww) Content-type: text/html; charset=us-ascii Content-transfer-encoding: QUOTED-PRINTABLE

I bu= ilt readline-6.1 and gmp-4.3.2 u= nder MinGW on XP and I have guile up and running but I cannot get rea= dline module to load:

 <= /o:p>

$ 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."

<= p class=3DMsoNormal>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

&n= bsp;

$ 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 libgu= ilereadline-v-17.la

-rw-r--r-- 1 6= 11K 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 libreadline= 6.dll.old

 

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

readline.o

 

Is there a configur= ation knob that needs to be tweaked to tell guile where to find this = file?

 

What am I missing?

=  

Regards,

Br= ad

--Boundary_(ID_IEO9FPH5JZkWbM67NPXyww)--