<DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>I am new to using Gambit Scheme.  I would like to be able to use Gambit Scheme with VC7.  So I am trying to install Gambit Scheme 4.0 beta 22 on Windows XP.  I have followed the instructions in the INSTALL file that came with the tarball and I was able to compile Gambit-C using VC7.  I notices that six.exe didn't seem to be included.  My main question is after I have the binaries compiled what is the proceedure for setting up the install directory?  I originally tried manually copying the binaries into (as I compiled the system in C:\Temp\Gambit-C\): C:\Gambit-C\4.0b22\bin; I copied the lib file into C:\Gambit-C\4.0b22\lib; and I copied the include file into C:\Gambit-C\4.0b22\include.  I then set up the following environment variables:</DIV>
<DIV> </DIV>
<DIV>INCLUDE=C:\Gambit-C\4.0b22\include; </DIV>
<DIV>LIB=C:\Gambit-C\4.0b22\lib;</DIV>
<DIV>PATH=C:\Gambit-C\4.0b22\bin</DIV>
<DIV> </DIV>
<DIV>I then wrote up the following file (hello.scm):</DIV>
<DIV> </DIV>
<DIV>(display "Hello World :)" )</DIV>
<DIV> </DIV>
<DIV>At the command prompt I entered:</DIV>
<DIV> </DIV>
<DIV>C:\Temp> gsc -link hello.scm</DIV>
<DIV>*** ERROR IN ##parameterize -- No such file or directory<BR>(current-directory "C:\\lib")</DIV>
<DIV> </DIV>
<DIV>I think the following error has to do with location Gambit-C was compiled at, but I'm not sure.  As well if it is the error I'm not sure how to fix it.  I would appreciate any help I could get on this and the above issues as I would really like to be able to use Gambit Scheme.</DIV>
<DIV> </DIV>
<DIV>- Kevin </DIV>