[CM] cygwin loading problems fixed

taube@uiuc.edu taube@uiuc.edu
Sun, 20 Jun 2004 13:23:15 -0500


I believe that cvs now contains fixes for several cygwin loading problems (clisp
and guile) reported in both the cm-2.4.1 and cm-2.5.0 branches. the relevant
files are:

cm-2.4.1:  src/cm.scm rev 1.6.2.1, src/make.lisp rev 1.37.2.6
cm-2.5.0:  src/cm.scm rev 1.7

it may take up to twelve hours for the revisions to be available on source
forge's anonymous cvs server. 

to download new sources for the 2.4 branch you use the "rel-2_4" tag, ie:
   cvs checkout -r rel-2_4 -d cm-2.4.1 cm

to update sources for the 2.5 branch you would do:
  cd /path/to/cm
  cvs update