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