guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile and SLIB


From: Linas Vepstas
Subject: Re: Guile and SLIB
Date: Tue, 27 Jan 2009 11:46:14 -0600

2009/1/27 Tom Browder <address@hidden>:
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]