schemix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Schemix-devel] 2.4.20 schemix just echoing expressions


From: Dr William Bland
Subject: Re: [Schemix-devel] 2.4.20 schemix just echoing expressions
Date: Thu, 22 May 2003 15:53:50 +0000
User-agent: Mutt/1.2i

On Thu, May 22, 2003 at 02:10:20PM +0100, Nic wrote:
>
> I built a 2.4.20 kernel with schemix enabled but I'm not getting the
> result I exepected when I follow the example on the web site:
> 
>  $ echo "(display (+ 1 2 3))" > /dev/schemix
>  $ cat /dev/schemix
>  (display (+ 1 2 3))
> 

Hmm.  That is odd.  Are you *sure* you have Schemix installed
properly?  I only ask because what you describe is what would
happen on a system that had never even heard of Schemix.  The
same would happen for any device name:

$ echo "(display (+ 1 2 3))" > /dev/nonexistant-device
$ cat /dev/nonexistant-device
(display (+ 1 2 3))

I'm about to release some fairly detailed instructions on how
to install Schemix (on RedHat 9, but most of it should apply
elsewhere), so that might help if you haven't quite got the
installation right.

Best wishes,
                Bill.
-- 
Dr. William Bland.                          Computer Programmer, UK.
www.abstractnonsense.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]