unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found"
@ 2010-12-20 23:53 Whitlock, Bradley D
  2011-01-04 16:52 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Whitlock, Bradley D @ 2010-12-20 23:53 UTC (permalink / raw)
  To: guile-user@gnu.org

[-- Attachment #1: Type: text/plain, Size: 962 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 3536 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found"
  2010-12-20 23:53 ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found" Whitlock, Bradley D
@ 2011-01-04 16:52 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2011-01-04 16:52 UTC (permalink / raw)
  To: guile-user

Hi,

"Whitlock, Bradley D" <bradley.d.whitlock@lmco.com> writes:

> guile> (use-modules (ice-9 readline))
> ERROR: In procedure dynamic-link:
> ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found."

This means that Guile failed to dlopen libguile-readline, which probably
means that libguile-readline is not in the loader’s search path
($LD_LIBRARY_PATH on GNU variants.)  Can you check that?

Hope this helps,
Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-04 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-20 23:53 ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found" Whitlock, Bradley D
2011-01-04 16:52 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).