>>>>> "Edi" == Edi Weitz <[EMAIL PROTECTED]> writes:
Edi> How does one use them, BTW? According to the manual[1] one should
Edi> REQUIRE them but on Debian testing I get this:
Edi> [EMAIL PROTECTED]:~$ lisp -noinit
Edi> CMU Common Lisp CVS release-19a 19a-release-20040728 + minimal
debian patches, running on vmware
Edi> With core: /usr/lib/cmucl/lisp.core
[snip]
Edi> * (require :simple-streams)
This is supposed to work and does work for me.
Check that the "library:" and/or "modules:" search-lists are correct.
Try also with lisp -noinit -nositeinit.
simple-streams-library should be in library:subsystems/.
I'm not familiar with the debian packaging of cmucl.
Ray