2009/1/27 Tom Browder <[email protected]>: > On Tue, Jan 27, 2009 at 11:46 AM, Linas Vepstas <[email protected]> > wrote: > ... >> 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? > > Thanks, Linas--that got me a little farther. Now I get: > > guile -c "(use-modules (ice-9 slib)) (require 'printf)" > ERROR: In procedure open-file: > ERROR: No such file or directory: "/usr/local/share/guile/site/slibcat" > > I can't find any sign of "slibcat*" in either my guile or my slib > directories. I also can't make a "new-catalog."
Dunno I have no such file. FWIW, I get: guile -c "(use-modules (ice-9 slib)) (require 'printf)" ERROR: In procedure primitive-load-path: ERROR: Unable to find file "slib/guile.init" in load path even though locate guile.init /usr/share/slib/init/guile.init so I dunno. --linas
