RE: EXTERNAL: Re: ERROR: file: libguilereadline-v-17, message: The specified module could not be found

2011-01-13 Thread Whitlock, Bradley D
: file: libguilereadline-v-17, message: The specified module could not be found Hi, Whitlock, Bradley D bradley.d.whitl...@lmco.com writes: It seems to me that the guile readline dll is not being built. I built guile as follows: cp /c/MinGW/lib/libws2_32.a /usr/local/lib ../configure -C

Re: EXTERNAL: Re: ERROR: file: libguilereadline-v-17, message: The specified module could not be found

2011-01-13 Thread Ludovic Courtès
Hi, Whitlock, Bradley D bradley.d.whitl...@lmco.com writes: Here is the config output for termcap-1.3.1: $ ../configure --disable-static --enable-shared --prefix=/usr/local [...] ar rc libtermcap.a termcap.o tparam.o version.o ranlib libtermcap.a Definitely not building dll version...How

Re: ERROR: file: libguilereadline-v-17, message: The specified module could not be found

2011-01-04 Thread Ludovic Courtès
Hi, Whitlock, Bradley D bradley.d.whitl...@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

ERROR: file: libguilereadline-v-17, message: The specified module could not be found

2010-12-22 Thread Whitlock, Bradley D
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

Re: FW: ERROR: file: libguilereadline-v-17, message: The specified module could not be found

2010-12-21 Thread Neil Jerram
Whitlock, Bradley D bradley.d.whitl...@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

RE: EXTERNAL: Re: FW: ERROR: file: libguilereadline-v-17, message: The specified module could not be found

2010-12-21 Thread Whitlock, Bradley D
: 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.whitl...@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

FW: ERROR: file: libguilereadline-v-17, message: The specified module could not be found

2010-12-20 Thread Whitlock, Bradley D
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