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/


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to