[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Clisp 96-04-17 for NT, how do you make it work?
>>>>> "HR" == Harold Roussel <roussel@physics.mcgill.ca> writes:
HR> I just got the latest version of Clisp for win32, in the
HR> file win32_tar.gz, which I installed on my system. In the main
HR> directory there is a file called lisp.run. I tried to make it
HR> running from a bash shell (Cygnus tools b14) with the command
HR> lisp.run -M base/lispinit.mem but I get the following error,
HR> K:\clisp>bash bash$ lisp.run -M base/lispinit.mem
HR> *** - UNIX library error 2 (ENOENT): No such file or directory
It is probably that you don't have a HOME variable. See if this:
$ export HOME=/
$ ./lisp.run -M base/lispinit.mem
works.