Experience report:
I tried the installers on windows. First of all, its good that we have these installers. It was good to have gsi running out of the box. I have trouble running gsc though -
I got this issue while trying gsc (both 32 and 64 windows-visualc) -
C:\Users\ckk>gsc -exe a.scm
a.c
a_.c
libgambit.lib(os_base.obj) : error LNK2019: unresolved external symbol ___iob_func referenced in function ____display_error
libgambit.lib(os_shell.obj) : error LNK2019: unresolved external symbol __environ referenced in function ____getenv_UCS_2
a.exe : fatal error LNK1120: 2 unresolved externals
Before trying this, I had run "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat" (and vcvars32 in case of 32bit gambit). Could this be because I use a newer VC?
Regards,
Kashyap