On Mon, Feb 28, 2011 at 12:30:31PM -0500, dsmich@roadrunner.com wrote: > It is also instructive to run the command under strace -efile. You get a clear idea of what file guile *is* trying to open and *where*. > > I've solved more "can't open the file" type problems with strace than I can remember. A wonderful tool. I am *certain* it is not a problem with using ./ notation, because I can follow an example from the Guile manual that uses it with no problem. I'll do as you say, and run it under strace. How do Guile bindings link to the libraries they bind? That's more or less what I am trying to do. --Aidan