guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FW: ERROR: file: "libguilereadline-v-17", message: "The specified module


From: Whitlock, Bradley D
Subject: FW: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found"
Date: Mon, 20 Dec 2010 20:19:26 -0500

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]