[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Installing SLIB with GUILE
From: |
Felix E . Klee |
Subject: |
Installing SLIB with GUILE |
Date: |
Sun, 31 Mar 2002 15:15:29 +0200 |
Hi,
I want to use the latest version of SLIB together with GUILE 1.4 mainly to
get JACAL (a computer algebra system) running. However, the instructions in
the GUILE FAQ seem to be faulty: when I enter
(define-module (my module)
:use-module (ice-9 slib))
(require 'glob)
(write-line (replace-suffix "a.c" "c" "o"))
I receive the messages
guile> #<directory (my module) 4026bdb0>
guile> standard input:39:1: In expression (require (quote glob)):
standard input:39:1: Unbound variable: require
ABORT: (unbound-variable)
guile> standard input:40:13: In expression (replace-suffix "a.c" "c" ...):
standard input:40:13: Unbound variable: replace-suffix
ABORT: (unbound-variable)
guile>
What am I doing wrong?
Felix
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Installing SLIB with GUILE,
Felix E . Klee <=