[gambit-list] Compiling Scheme programs on Windows with Gambit 4.6.0 and Visual C++ 2008 Express edition

gidesa gidesa at interfree.it
Sun Feb 7 09:26:45 EST 2010


Hello, I find useful to send this note to community.
If you have installed Visual C++ 2008 Express edition, the script 
gambc-cc.bat needs a little modification to work: just in the top add 
these lines:

rem ---------- Settings for Visual C++ Express 2008 ---------
set COMPILER_DIRECTORY="C:\programs\Visual Studio 9.0\VC\bin"
call %COMPILER_DIRECTORY%\vcvars32.bat
rem ----------- end ------------------------------------------

Change the directory root "C:\programs" with your root, if you have 
installed Visual C++ in a different directory.
Regards

Giandomenico De Sanctis




More information about the Gambit-list mailing list