[CM] Installing CM under Cygwin on Windows XP

Rick Taube taube@uiuc.edu
Tue, 28 Oct 2003 12:50:34 -0600


I think the problem must be related to eol issues. I made 
cm-2.4.0.tar.gz on osx, which should be the same as Linux and so 
presumably cygwin would do the right thing.

> (no CYGWIN needed) and was able to load CM okay with:
>
>    (load "\\lisp\\cm\\src\\cm.lisp")

Note also that in Win32 CLISP you could continue to use the Linux 
directory format, ie a pathname like:
	(load "/Lisp/cm-2.4.0/src/cm.lisp")
will work as well.