Re: `)read' and large inputs
[email protected] (Ludovic Courtès)
| Newsgroups | gmane.comp.mathematics.axiom.user |
|---|---|
| Organization | LAAS-CNRS |
| Message-ID | <[email protected]> |
Hi, Themos Tsikas <[email protected]> writes: > The Library domain is for putting AXIOM values from different domains into one > Keyed-Acess-File. It's a useful way for transmitting values from one AXIOM > session to another. Your first session should have created a directory called > data.KAF containing a file called index.KAF and in this file would be a > Lisp-readable representation of the values you put in it. Do you get these > files at the end of the first session? > The second session must be started at the same working directory as the first. > Is there a directory called data.KAF when you start the second session? Yes, but it only contains a 23-octet long `index.KAF' containing the following line: 20 NIL The issue is that the first session (where `axiom-large.input' is passed on axiom's standard input) _does_ create the `data.KAF' directory and the `index.KAF' above but it outputs the following error message: >> Error detected within library code: File is not readable "data.KAF" This message does not correspond to any actual read/open error from what I can see from the output of `strace'. Hope this helps, Ludovic.