2009/1/27 Tom Browder <[email protected]>: > I am trying to get guile 1.8.6 to work (use) slib so that the > following configure test for gnucash (www.gnucash.org) works: > > guile -c "(use-modules (ice-9 slib)) (require 'printf)" > > When I do that, I get: > > ERROR: In procedure open-file: > ERROR: No such file or directory: "/usr/share/slib/mklibcat"
Here's a long-shot: ln -s /usr/share/slib/mklibcat.scm /usr/share/slib/mklibcat my system has this link, maybe yours is missing? --linas
