guile-user
[Top][All Lists]
Advanced

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

SLIB fails to load features


From: Alex Gittens
Subject: SLIB fails to load features
Date: Sat, 10 Feb 2007 14:00:35 -0800

Hi,
I'm trying to get SLIB to work with Guile. I've installed it and made
the links as recommended in the Guile manual, and ran mklibcat. When I
attempt to run the example code in the manual:

guile> (use-modules (ice-9 slib))
guile> (require 'primes)
guile> (probably-prime? 13)

I get the following error:

guile> (probably-prime? 13)
<unnamed port>: In expression (probably-prime? 13):
<unnamed port>: Unbound variable: probably-prime?
ABORT: (unbound-variable)

Similar results if I try to require other features. Any idea of what's
going wrong, and how to fix it?

Thanks,
Alex

--
ChapterZero: http://tangentspace.net/cz/




reply via email to

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