unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* FW: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found"
@ 2010-12-21  1:19 Whitlock, Bradley D
  2010-12-21 12:29 ` Neil Jerram
  0 siblings, 1 reply; 3+ messages in thread
From: Whitlock, Bradley D @ 2010-12-21  1:19 UTC (permalink / raw)
  To: guile-user@gnu.org

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

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

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

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

* Re: FW: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found"
  2010-12-21  1:19 FW: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found" Whitlock, Bradley D
@ 2010-12-21 12:29 ` Neil Jerram
  2010-12-21 15:16   ` EXTERNAL: " Whitlock, Bradley D
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Jerram @ 2010-12-21 12:29 UTC (permalink / raw)
  To: Whitlock, Bradley D; +Cc: guile-user@gnu.org

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

> 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:

> ERROR: In procedure dynamic-link:
>
> ERROR: file: "libguilereadline-v-17", message: "The specified module could not
> be found."

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

On Linux I think you'd need either "export
LD_LIBRARY_PATH=/usr/local/lib", or to run "sudo ldconfig" after
installing Guile.  I'm afraid I don't know what that equates to on
MinGW.

        Neil



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

* RE: EXTERNAL: Re: FW: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found"
  2010-12-21 12:29 ` Neil Jerram
@ 2010-12-21 15:16   ` Whitlock, Bradley D
  0 siblings, 0 replies; 3+ messages in thread
From: Whitlock, Bradley D @ 2010-12-21 15:16 UTC (permalink / raw)
  To: Neil Jerram; +Cc: guile-user@gnu.org

Thanks Neil. I tried exporting the LD_LIBRARY_PATH variable but it did not help. I do not have ldconfig on this system but I'll look into getting it.

-----Original Message-----
From: Neil Jerram [mailto:neil@ossau.uklinux.net] 
Sent: Tuesday, December 21, 2010 5:30 AM
To: Whitlock, Bradley D
Cc: guile-user@gnu.org
Subject: EXTERNAL: Re: FW: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found"

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

> 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:

> ERROR: In procedure dynamic-link:
>
> ERROR: file: "libguilereadline-v-17", message: "The specified module could not
> be found."

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

On Linux I think you'd need either "export
LD_LIBRARY_PATH=/usr/local/lib", or to run "sudo ldconfig" after
installing Guile.  I'm afraid I don't know what that equates to on
MinGW.

        Neil



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

end of thread, other threads:[~2010-12-21 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-21  1:19 FW: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found" Whitlock, Bradley D
2010-12-21 12:29 ` Neil Jerram
2010-12-21 15:16   ` EXTERNAL: " Whitlock, Bradley D

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).