[Describe older make use in documentation for cygwin misc@alpheccar.org**20080306151618] { hunk ./homepage/building-cygwin.html 69 + hunk ./homepage/building-cygwin.html 109 + +
Cygwin make 3.81 is no more recognizing the DOS style paths. You need to install a 3.80 version that you can get from paracoda. Once your cygwin installation is working, you can install the older make with:
++cd / +tar xjf /cygdrive/c/where-your-download-is/make-3.80-1.tar.bz2 +bin/make.exe --version ++
WARNING : It will override the 3.81 make
+ }