I would like to compile Gambit programs on Windows.  I have installed a minimum gcc, that I use to compile Lisp, Maxima,  Bigloo, Stalin, and other languages that compile through C. I tried to compile Gambit programs, to no avail. Here is what I have done:<br><br>gsc test.scm<br><br>This generates the file test.o1, that I can load from the interpreter. However, I cannot use interpreted code (or large distribution files, btw) for assignments.  The nex thing I tried was...<br><br>gsc -link test.scm<br><br>This gives me test.c test_.c. The manual says that I should compile these files, but do not tell how to do it for Windows (there are examples for Mac OS-X, and Linux). I tried:<br><br>gcc -lgambc -lm test.c test_.c <br><br>I get a large number of errors, and that is all.<br><br><p>
      <hr size=1>Ask a question on any topic and get answers from real people. <a href="http://ca.answers.yahoo.com"><b>Go to Yahoo! Answers.</b></a>