Re: SLIB fails to load features

2007-02-11 Thread Alex Gittens
Apparently, yes. Easiest problem to solve, huh? :) Thanks On 2/11/07, Kevin Ryde <[EMAIL PROTECTED]> wrote: "Alex Gittens" <[EMAIL PROTECTED]> writes: > > guile> (probably-prime? 13) > : In expression (probably-prime? 13): > : Unbound variable: probably-prime? Is it called `prime?' rather tha

Re: SLIB fails to load features

2007-02-11 Thread Kevin Ryde
"Alex Gittens" <[EMAIL PROTECTED]> writes: > > guile> (probably-prime? 13) > : In expression (probably-prime? 13): > : Unbound variable: probably-prime? Is it called `prime?' rather than `probably-prime?' ? ___ Guile-user mailing list Guile-user@gnu.or

SLIB fails to load features

2007-02-10 Thread Alex Gittens
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 followi