<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>What do you make of this?  I have MinGW installed, but not Cygwin on my Win7x64.</div><div><br></div><div><br></div><div>Steve</div><div><br></div><div>---</div><div><br></div><div>C:\Users\Steve\Desktop>type test.scm<br>(declare (block))<br><br>(define (f x)<br>   (+ (* x x)<br>      (- x 1)))<br><br>(define (g y)<br>   (f (f y)))<br><br>(pp 123)<br><br>C:\Users\Steve\Desktop>gsc test.scm<br>gcc: error: unrecognized command line option '-mno-cygwin'<br><br>C:\Users\Steve\Desktop><br></div></div></body></html>