<div dir="ltr">I'm unable to figure out how to use Gambit on Windows successfully, and I'd like some help. (I'm plenty comfortable with Gambit on Linux/OSX). My general feeling is that I'm using configure's "prefix" argument incorrectly on Windows, which may be causing my problem.<div><br></div><div>I can build gambit just fine using the msys2 environment with mingw64 as the compiler.</div><div><br></div><div>(Here's the head of config.log</div><div>"$ ./configure --prefix=/c/opt/gambit/bld --enable-single-host --enable-gcc-opts")</div><div><br></div><div>I can do basic stuff in gsi, such as</div><div><br></div><div><div>> (+ 1 2)</div><div>3</div><div><br></div><div>But the following doesn't work:</div><div><br></div><div>> (include "~~/lib/_gambit#.scm")</div><div>*** ERROR IN (console)@2.1 -- Can't open file "\\c\\opt\\gambit\\bld\\lib/_gambit#.scm"</div></div><div><br></div><div>and I can't get "gsc -exe foo.scm" (for some trivial foo.scm) to not segfault.</div><div><br></div><div>Any ideas?</div><div><br></div><div>Thanks,</div><div>Bill</div></div>